increse colum length of url column of websocket table (#5646)

This commit is contained in:
dieriba
2025-04-21 14:43:15 +02:00
committed by GitHub
parent 941adea42a
commit d4f4bb0295
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,3 @@
-- Add down migration script here
ALTER TABLE websocket_trigger
ALTER COLUMN url TYPE VARCHAR(255);
@@ -0,0 +1,3 @@
-- Add up migration script here
ALTER TABLE websocket_trigger
ALTER COLUMN url TYPE VARCHAR(1000);