aboutsummaryrefslogtreecommitdiffstats
path: root/db/schema.sql
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2019-08-16 14:26:17 +0100
committerDave Arter <davea@mysociety.org>2019-08-16 14:26:17 +0100
commite13c2a88e875b549624df0d1ad46bb0e2e121653 (patch)
tree5122704fe370499d35643b96f8bc9440d70cb152 /db/schema.sql
parent52dfeb4d3c0883d05d01662597f1f8f5d74ba15b (diff)
parent3137ae8d24dd4ab922ef83b5733332b54bac1903 (diff)
Merge branch 'westminster-reviewed'
Diffstat (limited to 'db/schema.sql')
-rw-r--r--db/schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/schema.sql b/db/schema.sql
index 93d73ab00..a211ef50d 100644
--- a/db/schema.sql
+++ b/db/schema.sql
@@ -35,6 +35,7 @@ create table users (
title text,
twitter_id bigint unique,
facebook_id bigint unique,
+ oidc_ids text ARRAY,
area_ids integer ARRAY,
extra text
);