Change column type

This commit is contained in:
Faruk Genç 2023-02-17 17:59:43 +03:00
parent 19c8538149
commit c9b4a7f53e

View File

@ -1,6 +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;
ALTER TABLE [monitor] ADD http_body_encoding VARCHAR(25);
COMMIT;