Files
spliit/prisma/migrations/20231207005126_reimbursement/migration.sql
Sebastien Castiel 57899b0160 Reimbursements
2023-12-06 20:21:26 -05:00

3 lines
101 B
SQL

-- AlterTable
ALTER TABLE "Expense" ADD COLUMN "isReimbursement" BOOLEAN NOT NULL DEFAULT false;