aboutsummaryrefslogtreecommitdiffstats
path: root/prisma/migrations/20231215203936_add_shares_in_expenses/migration.sql
blob: ecf7a04c4d2c15c8f8920195bcdecf748405d063 (plain)
1
2
-- AlterTable
ALTER TABLE "ExpensePaidFor" ADD COLUMN     "shares" INTEGER NOT NULL DEFAULT 1;