fix issues with phase-32

This commit is contained in:
voltsrage
2026-06-23 00:16:39 +08:00
parent 1824e4eef1
commit 90b8baa2a1
12 changed files with 237 additions and 14 deletions
@@ -43,13 +43,8 @@ namespace VigilCareClinicalAPI.Migrations
name: "name_search_token",
table: "patients");
migrationBuilder.AlterColumn<DateOnly>(
name: "date_of_birth",
table: "patients",
type: "date",
nullable: false,
oldClrType: typeof(string),
oldType: "text");
migrationBuilder.Sql(
"ALTER TABLE patients ALTER COLUMN date_of_birth TYPE date USING date_of_birth::date;");
}
}
}