Migrate the rest of everything from rowid to id

This commit is contained in:
2024-10-25 16:37:37 +02:00
parent b89e27d5b4
commit 24546a4ef5
6 changed files with 36 additions and 37 deletions

View File

@@ -9,7 +9,7 @@
food: "",
amount: 0,
description: "",
rowid: 0,
id: 0,
date: "",
per100: 0,
energy: 0,

View File

@@ -6,7 +6,7 @@
let item: main.Weight = {
weight: 0,
rowid: 0,
id: 0,
date: ''
}
let weight: string | null = null