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

7 lines
185 B
MySQL
Raw Normal View History

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