mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-05 04:54:22 -04:00
Merge branch 'louislam:master' into master
This commit is contained in:
commit
361e44ad6a
48 changed files with 1168 additions and 247 deletions
7
db/patch-monitor-expiry-notification.sql
Normal file
7
db/patch-monitor-expiry-notification.sql
Normal file
|
@ -0,0 +1,7 @@
|
|||
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE monitor
|
||||
ADD expiry_notification BOOLEAN default 1;
|
||||
|
||||
COMMIT;
|
Loading…
Add table
Add a link
Reference in a new issue