Merge branch 'louislam:master' into master

This commit is contained in:
Moritz R
2022-04-13 15:58:17 +02:00
committed by GitHub
48 changed files with 1168 additions and 247 deletions

View 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;