mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-20 02:25:56 +00:00
Feature - Google Analytics - Change TEXT type to VARCHAR.
This commit is contained in:
parent
5a94a3fe3c
commit
3afe8013ca
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
|
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
|
||||||
BEGIN TRANSACTION;
|
BEGIN TRANSACTION;
|
||||||
ALTER TABLE status_page ADD google_analytics_tag_id TEXT;
|
ALTER TABLE status_page ADD google_analytics_tag_id VARCHAR;
|
||||||
COMMIT;
|
COMMIT;
|
||||||
|
|
Loading…
Add table
Reference in a new issue