初始化
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
DELETE FROM user_model_configs WHERE project_type = 'script_analysis';
|
||||
|
||||
ALTER TABLE user_model_configs
|
||||
DROP CONSTRAINT IF EXISTS user_model_configs_project_type_check;
|
||||
|
||||
ALTER TABLE user_model_configs
|
||||
ADD CONSTRAINT user_model_configs_project_type_check
|
||||
CHECK (project_type IN ('premium_drama', 'video_redraw'));
|
||||
Reference in New Issue
Block a user