Files
cameleer-server/cameleer3-server-app/src/main/resources/db/migration/V5__attributes.sql
2026-03-26 18:23:26 +01:00

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;