diff options
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/notif.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/notif.py b/backend/notif.py index 59bb3c3..00a1b63 100644 --- a/backend/notif.py +++ b/backend/notif.py @@ -19,7 +19,7 @@ f.close() cursor.execute(""" CREATE TABLE IF NOT EXISTS subscriptions ( endpoint TEXT PRIMARY KEY, - expiration_time REAL NOT NULL, + expiration_time REAL, keys_p256dh TEXT NOT NULL, keys_auth TEXT NOT NULL );""") |
