Fixed suggestions

This commit is contained in:
Ponkhy
2021-09-05 23:23:06 +02:00
parent 58240aceef
commit b95404b6e0
2 changed files with 7 additions and 7 deletions

View File

@@ -2,6 +2,6 @@
BEGIN TRANSACTION;
ALTER TABLE notification
ADD is_default BOOLEAN;
ADD is_default BOOLEAN default 0 NOT NULL;
COMMIT;