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