From 7e9dbd60f55f02ab065c764f8230aabaa6778eed Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Thu, 5 Sep 2024 11:25:29 +0200 Subject: Keep a device token for the user notification --- schema/init.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'schema/init.sql') 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) ); -- cgit v1.2.3-18-g5258