mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 02:37:28 +01:00
Change column type
This commit is contained in:
parent
19c8538149
commit
c9b4a7f53e
@ -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 New Issue
Block a user