1
0
Fork 0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-03-26 11:31:03 +03:00
uptime-kuma/db/patch-add-google-analytics-status-page-tag.sql

5 lines
186 B
MySQL
Raw Permalink Normal View History

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