-- AlterTable: PlanDefinition - remove max_students and max_branches
ALTER TABLE "plan_definitions" DROP COLUMN IF EXISTS "max_students";
ALTER TABLE "plan_definitions" DROP COLUMN IF EXISTS "max_branches";

-- AlterTable: Subscription - remove max_students and max_branches
ALTER TABLE "subscriptions" DROP COLUMN IF EXISTS "max_students";
ALTER TABLE "subscriptions" DROP COLUMN IF EXISTS "max_branches";
