Add expense category 'Life/Donation' (#315)

* Add expense category 'Life/Donation'

* Fix category name in migration

---------

Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
This commit is contained in:
Lorenz Leutgeb
2025-04-19 21:00:03 +02:00
committed by GitHub
parent 0a16a4ad38
commit ffbcb6b74d
6 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1 @@
INSERT INTO "Category" ("id", "grouping", "name") VALUES (43, 'Life', 'Donation');