This commit is contained in:
Rafal Wisniewski
2026-04-29 15:42:57 +02:00
parent 664df1e5a1
commit 2ab7ef3f65
19 changed files with 8949 additions and 188 deletions

View File

@@ -212,7 +212,7 @@ private class DatabasePrepopulator(
color = colors.random()
),
Category(
name = "Zakupy9 ",
name = "Zakupy9",
icon = Icons.GROCERIES,
color = colors.random()
),

View File

@@ -19,7 +19,7 @@ import java.time.LocalDateTime
onUpdate = ForeignKey.CASCADE,
onDelete = ForeignKey.CASCADE
)],
indices = [Index(value = ["category_id"], unique = true)]
indices = [Index(value = ["category_id"])]
)
@Immutable
data class Expense(