summaryrefslogtreecommitdiff
path: root/schema
diff options
context:
space:
mode:
Diffstat (limited to 'schema')
-rw-r--r--schema/init.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/init.sql b/schema/init.sql
index 7c1c5b8..9a6abee 100644
--- a/schema/init.sql
+++ b/schema/init.sql
@@ -4,6 +4,7 @@ CREATE TABLE users(
password text NOT NULL,
name text NULL,
address text NULL,
+ notification_token text NULL,
is_admin boolean default false,
PRIMARY KEY (id)
);