add subscription webhook

This commit is contained in:
daniel31x13
2024-10-06 01:59:31 -04:00
parent d99972a335
commit d042c82cb0
6 changed files with 244 additions and 1 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Subscription" ADD COLUMN "quantity" INTEGER NOT NULL DEFAULT 1;