Feature - Added Optional Google Analytics tag for Status Page.

This commit is contained in:
c
2023-01-08 17:19:07 +00:00
parent d0ac3fc207
commit 29e24e0de9
5 changed files with 23 additions and 0 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 TEXT;
COMMIT;