3 lines
142 B
SQL
3 lines
142 B
SQL
ALTER TABLE executions ADD COLUMN IF NOT EXISTS attributes JSONB;
|
|
ALTER TABLE processor_executions ADD COLUMN IF NOT EXISTS attributes JSONB;
|