From f3f3a5233209544b81c389752a21ac4d6b29ad4b Mon Sep 17 00:00:00 2001 From: Bilal Date: Wed, 22 Jul 2020 19:29:55 +0200 Subject: [PATCH] rebase --- db/structure.sql | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/db/structure.sql b/db/structure.sql index a10feff..76a20f1 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -888,7 +888,8 @@ CREATE TABLE public.location_releases ( filming_hours text, approved_by_user_name text, approved_by_user_email text, - approved_at timestamp without time zone + approved_at timestamp without time zone, + amendment_signer_name character varying ); @@ -3942,6 +3943,7 @@ INSERT INTO "schema_migrations" (version) VALUES ('20200716103525'), ('20200716105723'), ('20200720051634'), -('20200720131309'); +('20200720131309'), +('20200721140821');