mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-02 12:00:27 +00:00
Fixed suggestions
This commit is contained in:
+1
-1
@@ -2,6 +2,6 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE notification
|
||||
ADD is_default BOOLEAN;
|
||||
ADD is_default BOOLEAN default 0 NOT NULL;
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user