improvement: all clinic side ui components related to treatment types updated based on the new real world data.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Treatment type context flags: control which selection contexts each type appears in.
|
||||
ALTER TABLE "treatment_types" ADD COLUMN "availableInAppointments" BOOLEAN NOT NULL DEFAULT true;
|
||||
ALTER TABLE "treatment_types" ADD COLUMN "availableInTreatment" BOOLEAN NOT NULL DEFAULT true;
|
||||
Reference in New Issue
Block a user