mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-22 14:30:58 -04:00
Add non-json support for http body
This commit is contained in:
parent
3a18801722
commit
2b9bf095a6
5 changed files with 34 additions and 7 deletions
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;
|
Loading…
Add table
Add a link
Reference in a new issue