]> git.openstreetmap.org Git - rails.git/blobdiff - db/structure.sql
Update to rails 6.0.1
[rails.git] / db / structure.sql
index 78e58d4be5ba0b3394b42232cf3d62ebdb2d5ece..d0e8c21e3ba32f4213835b506e57efb9b523608a 100644 (file)
@@ -320,8 +320,8 @@ ALTER SEQUENCE public.active_storage_blobs_id_seq OWNED BY public.active_storage
 CREATE TABLE public.ar_internal_metadata (
     key character varying NOT NULL,
     value character varying,
-    created_at timestamp without time zone NOT NULL,
-    updated_at timestamp without time zone NOT NULL
+    created_at timestamp(6) without time zone NOT NULL,
+    updated_at timestamp(6) without time zone NOT NULL
 );