uptime-kuma/db/patch-http-body-encoding.sql
2022-08-11 20:57:03 -04:00

7 lines
178 B
SQL

-- 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;