Skip to content

Commit 6e682df

Browse files
authored
feat: add active subscribers table and payments table (#98)
1 parent c710014 commit 6e682df

39 files changed

+2700
-481
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ALTER TABLE "easyinvoice_recurring_payment" ADD COLUMN "payer" text NOT NULL;--> statement-breakpoint
2+
ALTER TABLE "easyinvoice_subscription_plans" ADD COLUMN "active" boolean DEFAULT true NOT NULL;

0 commit comments

Comments
 (0)