Merge branch 'master' into group-monitors

This commit is contained in:
Peace
2023-02-16 21:38:53 +01:00
committed by GitHub
58 changed files with 4845 additions and 1767 deletions

View File

@@ -0,0 +1,4 @@
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
BEGIN TRANSACTION;
ALTER TABLE status_page ADD google_analytics_tag_id VARCHAR;
COMMIT;