uptime-kuma/db/patch-http-body-encoding.sql

7 lines
185 B
MySQL
Raw Normal View History

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;