Files
linkwarden/prisma/migrations/20240924235035_add_quantity_to_subscriptions/migration.sql
T
2024-10-06 01:59:31 -04:00

3 lines
95 B
SQL

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