aboutsummaryrefslogtreecommitdiffstats
path: root/prisma/migrations/20231206201409_add_currency/migration.sql
blob: 4dd81b34615617662b8c4d7dc4386ac0ab2a188e (plain)
1
2
-- AlterTable
ALTER TABLE "Group" ADD COLUMN     "currency" TEXT NOT NULL DEFAULT '$';