mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
4dda0fb8cd
* 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 '{}'; |