This commit is contained in:
5
db/migrations/004_backfill_models_batch_id.sql
Normal file
5
db/migrations/004_backfill_models_batch_id.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 回填历史手工导入模型的 batch_id,避免血缘字段为空
|
||||
|
||||
UPDATE models
|
||||
SET batch_id = 'manual-seed'
|
||||
WHERE batch_id IS NULL;
|
||||
Reference in New Issue
Block a user