multica/server/migrations/032_drop_agent_triggers.dow...

4 lines
188 B
SQL

-- Re-add the triggers and tools columns to agent table.
ALTER TABLE agent ADD COLUMN triggers JSONB NOT NULL DEFAULT '[]';
ALTER TABLE agent ADD COLUMN tools JSONB NOT NULL DEFAULT '[]';