init
This commit is contained in:
@@ -212,7 +212,7 @@ private class DatabasePrepopulator(
|
||||
color = colors.random()
|
||||
),
|
||||
Category(
|
||||
name = "Zakupy9 ",
|
||||
name = "Zakupy9",
|
||||
icon = Icons.GROCERIES,
|
||||
color = colors.random()
|
||||
),
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user