feat(db): 注册透析处方迁移 + AI Prompt 种子数据(4 个默认模板)
- 注册遗漏的 m20260427_000081_create_dialysis_prescription 迁移 - 新增 000082 种子迁移:插入 4 个 AI Prompt 模板 (化验单解读/趋势分析/体检方案/报告摘要)
This commit is contained in:
@@ -80,6 +80,8 @@ mod m20260426_000077_create_alerts;
|
||||
mod m20260427_000078_normalize_follow_up_types;
|
||||
mod m20260427_000079_add_vital_signs_fields;
|
||||
mod m20260427_000080_create_medication_record;
|
||||
mod m20260427_000081_create_dialysis_prescription;
|
||||
mod m20260427_000082_seed_ai_prompts;
|
||||
|
||||
pub struct Migrator;
|
||||
|
||||
@@ -167,6 +169,8 @@ impl MigratorTrait for Migrator {
|
||||
Box::new(m20260427_000078_normalize_follow_up_types::Migration),
|
||||
Box::new(m20260427_000079_add_vital_signs_fields::Migration),
|
||||
Box::new(m20260427_000080_create_medication_record::Migration),
|
||||
Box::new(m20260427_000081_create_dialysis_prescription::Migration),
|
||||
Box::new(m20260427_000082_seed_ai_prompts::Migration),
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user