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

7 lines
178 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;
ALTER TABLE [monitor] ADD http_body_encoding TEXT;
COMMIT;