mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 08:18:11 +08:00
Add non-json support for http body
This commit is contained in:
6
db/patch-http-body-encoding.sql
Normal file
6
db/patch-http-body-encoding.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- 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;
|
Reference in New Issue
Block a user