create a separate params table for immutable jobs fields
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE job_params;
|
||||
@@ -0,0 +1,9 @@
|
||||
-- Add up migration script here
|
||||
-- Add down migration script here
|
||||
|
||||
CREATE TABLE job_params (
|
||||
id UUID PRIMARY KEY,
|
||||
args JSONB,
|
||||
raw_code TEXT,
|
||||
raw_flow jsonb NULL
|
||||
);
|
||||
Reference in New Issue
Block a user