aboutsummaryrefslogtreecommitdiffstats
path: root/prisma/migrations/20231207005126_reimbursement
diff options
context:
space:
mode:
Diffstat (limited to 'prisma/migrations/20231207005126_reimbursement')
-rw-r--r--prisma/migrations/20231207005126_reimbursement/migration.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/prisma/migrations/20231207005126_reimbursement/migration.sql b/prisma/migrations/20231207005126_reimbursement/migration.sql
new file mode 100644
index 0000000..2c6b1c6
--- /dev/null
+++ b/prisma/migrations/20231207005126_reimbursement/migration.sql
@@ -0,0 +1,2 @@
+-- AlterTable
+ALTER TABLE "Expense" ADD COLUMN "isReimbursement" BOOLEAN NOT NULL DEFAULT false;