chore: prepare repository for publishing
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
phamnazage-jpg
2026-05-13 14:42:45 +08:00
parent 55e506b2b5
commit 77e6610fd2
118 changed files with 27373 additions and 1009 deletions

View File

@@ -0,0 +1,5 @@
-- 回填历史手工导入模型的 batch_id避免血缘字段为空
UPDATE models
SET batch_id = 'manual-seed'
WHERE batch_id IS NULL;