* 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 '{}'; |