From d7c62f62876257b33c4e595f414a6cb8d4f19d0f Mon Sep 17 00:00:00 2001 From: vanilia Date: Mon, 10 Nov 2025 08:01:07 +0700 Subject: [PATCH] back to 0 --- cmd/main-migration/migrations/20251106054706.sql | 6 ------ cmd/main-migration/migrations/20251106054849.sql | 2 -- 2 files changed, 8 deletions(-) delete mode 100644 cmd/main-migration/migrations/20251106054706.sql delete mode 100644 cmd/main-migration/migrations/20251106054849.sql diff --git a/cmd/main-migration/migrations/20251106054706.sql b/cmd/main-migration/migrations/20251106054706.sql deleted file mode 100644 index dd292709..00000000 --- a/cmd/main-migration/migrations/20251106054706.sql +++ /dev/null @@ -1,6 +0,0 @@ --- Modify "Ambulatory" table -ALTER TABLE "public"."Ambulatory" DROP COLUMN "VisitMode_Code"; --- Modify "InternalReference" table -ALTER TABLE "public"."InternalReference" ADD COLUMN "Status_Code" text NULL; --- Modify "Rehab" table -ALTER TABLE "public"."Rehab" ADD COLUMN "Parent_Encounter_Id" bigint NULL, ADD COLUMN "ExpiredAt" timestamptz NULL, ADD COLUMN "VisitMode_Code" text NULL, ADD COLUMN "Status_Code" text NULL; diff --git a/cmd/main-migration/migrations/20251106054849.sql b/cmd/main-migration/migrations/20251106054849.sql deleted file mode 100644 index 45e5f4e4..00000000 --- a/cmd/main-migration/migrations/20251106054849.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Modify "Rehab" table -ALTER TABLE "public"."Rehab" DROP COLUMN "Doctor_Id";