Files
cameleer-server/cameleer3-server-app/src/main/resources/db/migration/V5__attributes.sql

3 lines
142 B
MySQL
Raw Normal View History

ALTER TABLE executions ADD COLUMN IF NOT EXISTS attributes JSONB;
ALTER TABLE processor_executions ADD COLUMN IF NOT EXISTS attributes JSONB;