Migrate the rest of everything from rowid to id
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
food: "",
|
||||
amount: 0,
|
||||
description: "",
|
||||
rowid: 0,
|
||||
id: 0,
|
||||
date: "",
|
||||
per100: 0,
|
||||
energy: 0,
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
let item: main.Weight = {
|
||||
weight: 0,
|
||||
rowid: 0,
|
||||
id: 0,
|
||||
date: ''
|
||||
}
|
||||
let weight: string | null = null
|
||||
|
Reference in New Issue
Block a user