improvement: treatment preview and treatment history components overhauled. draft & completed status for treatment plan completely removed from the flow.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- DropIndex
|
||||
DROP INDEX IF EXISTS "treatments_organizationId_status_idx";
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "treatments" DROP COLUMN "status";
|
||||
|
||||
-- DropEnum
|
||||
DROP TYPE "TreatmentStatus";
|
||||
Reference in New Issue
Block a user