mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-25 19:06:13 +03:00
Change column type
This commit is contained in:
parent
19c8538149
commit
c9b4a7f53e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE [monitor] ADD http_body_encoding TEXT;
|
||||
ALTER TABLE [monitor] ADD http_body_encoding VARCHAR(25);
|
||||
|
||||
COMMIT;
|
||||
|
|
Loading…
Reference in a new issue