Update cron type with ref pattern
This commit is contained in:
@@ -194,6 +194,7 @@ CREATE TABLE crons (
|
||||
id UUID PRIMARY KEY,
|
||||
pipeline_id UUID NOT NULL,
|
||||
cron TEXT NOT NULL,
|
||||
pattern TEXT NOT NULL,
|
||||
|
||||
CONSTRAINT fk_pipeline_id
|
||||
FOREIGN KEY(pipeline_id)
|
||||
|
||||
Reference in New Issue
Block a user