aboutsummaryrefslogtreecommitdiff
path: root/db/structure.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/structure.sql')
-rw-r--r--db/structure.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/structure.sql b/db/structure.sql
index 9e03d7d..36c6abb 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -256,7 +256,6 @@ CREATE TABLE public.terraform_aws_backends (
updated_at timestamp without time zone NOT NULL,
domain character varying,
route_53_zone_id character varying NOT NULL,
- efs_file_system_id character varying NOT NULL,
vpc_id character varying NOT NULL
);
@@ -660,6 +659,7 @@ INSERT INTO "schema_migrations" (version) VALUES
('20180530191341'),
('20180530192706'),
('20180601153537'),
-('20180601182655');
+('20180601182655'),
+('20180603120426');