aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/migrate.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/migrate.ts')
-rw-r--r--src/scripts/migrate.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/migrate.ts b/src/scripts/migrate.ts
index ed1a3a5..903f119 100644
--- a/src/scripts/migrate.ts
+++ b/src/scripts/migrate.ts
@@ -80,6 +80,7 @@ async function main() {
amount: Math.round(expenseRow.amount * 100),
groupId: groupRow.id,
title: expenseRow.description,
+ categoryId: 1,
expenseDate: new Date(expenseRow.created_at.toDateString()),
createdAt: expenseRow.created_at,
isReimbursement: expenseRow.is_reimbursement === true,