-- AlterTable
ALTER TABLE "public"."subscription_plans" ALTER COLUMN "period" DROP NOT NULL,
ALTER COLUMN "paypal_plan_id" DROP NOT NULL;
