2022-08-11 19:57:03 -05:00
|
|
|
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
|
|
|
|
BEGIN TRANSACTION;
|
|
|
|
|
2023-02-17 08:59:43 -06:00
|
|
|
ALTER TABLE [monitor] ADD http_body_encoding VARCHAR(25);
|
2022-08-11 19:57:03 -05:00
|
|
|
|
|
|
|
COMMIT;
|