X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/abf35dd75665d07bfb3b46f3372b56ba721e6ed7..ec56eaf0f2b04d4974d1f464697f7fd71f5084b4:/db/structure.sql?ds=sidebyside diff --git a/db/structure.sql b/db/structure.sql index 78e58d4be..d0e8c21e3 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -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 );