diff --git a/db/structure.sql b/db/structure.sql index bdc6b98bb..7c5435c87 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -168,8 +168,8 @@ ALTER SEQUENCE public.activities_id_seq OWNED BY public.activities.id; CREATE TABLE public.ar_internal_metadata ( key character varying NOT NULL, value character varying, - created_at timestamp(6) without time zone NOT NULL, - updated_at timestamp(6) without time zone NOT NULL + created_at timestamp without time zone NOT NULL, + updated_at timestamp without time zone NOT NULL ); @@ -6520,7 +6520,6 @@ INSERT INTO "schema_migrations" (version) VALUES ('20190812072649'), ('20190830141257'), ('20190910125740'), -('20191001133557'), -('20191009146101'); +('20191001133557');