2025-12-06 发版,具体发版内容见发版记录

This commit is contained in:
whm
2025-12-06 11:41:04 +08:00
parent 82716b2cdd
commit 0c0d812ff9
986 changed files with 110558 additions and 25178 deletions

View File

@@ -0,0 +1,8 @@
ALTER TABLE public.tmp_encounter_auto_roll ADD practitioner_id int8 NULL;
COMMENT ON COLUMN public.tmp_encounter_auto_roll.practitioner_id IS '参与者id';
ALTER TABLE public.tmp_encounter_auto_roll ADD organization_id int8 NULL;
COMMENT ON COLUMN public.tmp_encounter_auto_roll.organization_id IS '参与者科室id';
-- Insert migration record
INSERT INTO __MigrationsHistory (MigrationId, ProductVersion)
VALUES ('202511201516 alter_table tmp_encounter_auto_roll', '1.0.0');