初始化
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE generation_tasks
|
||||
ADD COLUMN IF NOT EXISTS result_data jsonb NOT NULL DEFAULT '{}'::jsonb;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE generation_tasks
|
||||
ADD COLUMN IF NOT EXISTS result_data jsonb NOT NULL DEFAULT '{}'::jsonb;
|
||||