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";