summaryrefslogtreecommitdiff
path: root/db/structure.sql
diff options
context:
space:
mode:
Diffstat (limited to 'db/structure.sql')
-rw-r--r--db/structure.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/structure.sql b/db/structure.sql
index fbcbcfc0f16..f7c1737c20c 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -733,7 +733,7 @@ CREATE TABLE public.aws_roles (
user_id integer NOT NULL,
created_at timestamp with time zone NOT NULL,
updated_at timestamp with time zone NOT NULL,
- role_arn character varying(2048) NOT NULL,
+ role_arn character varying(2048),
role_external_id character varying(64) NOT NULL
);
@@ -13999,5 +13999,6 @@ COPY "schema_migrations" (version) FROM STDIN;
20200615121217
20200615123055
20200615232735
+20200717040735
\.