Files
linkwarden/prisma/migrations/20240924235035_add_quantity_to_subscriptions/migration.sql
T
daniel31x13 9103f67db5 undo commit
2024-11-03 03:25:01 -05:00

3 lines
95 B
SQL

-- AlterTable
ALTER TABLE "Subscription" ADD COLUMN "quantity" INTEGER NOT NULL DEFAULT 1;