mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 08:02:40 +00:00
* feat: websocket authentication * npm check, sqlx and preprocessor template * better run job * nit
2 lines
160 B
SQL
2 lines
160 B
SQL
-- Add up migration script here
|
|
ALTER TABLE websocket_trigger ADD COLUMN initial_messages JSONB[] DEFAULT '{}', ADD COLUMN url_runnable_args JSONB DEFAULT '{}'; |