diff --git a/cameleer3-server-app/src/main/resources/db/migration/V5__attributes.sql b/cameleer3-server-app/src/main/resources/db/migration/V5__attributes.sql new file mode 100644 index 00000000..817c07ea --- /dev/null +++ b/cameleer3-server-app/src/main/resources/db/migration/V5__attributes.sql @@ -0,0 +1,2 @@ +ALTER TABLE executions ADD COLUMN IF NOT EXISTS attributes JSONB; +ALTER TABLE processor_executions ADD COLUMN IF NOT EXISTS attributes JSONB;