aboutsummaryrefslogtreecommitdiffstats
path: root/prisma/migrations/20231207005126_reimbursement/migration.sql
blob: 2c6b1c6343609f11f50bf95d9bc30f10d0db7b56 (plain)
1
2
-- AlterTable
ALTER TABLE "Expense" ADD COLUMN     "isReimbursement" BOOLEAN NOT NULL DEFAULT false;