Fix structure sql

This commit is contained in:
aignatov-bio 2019-10-22 12:30:18 +02:00
parent 9950a23188
commit 0ad824c28f

View file

@ -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');