database: Rename weighing_id to weighing_data

This commit is contained in:
2024-07-22 16:43:37 +02:00
parent 8e0047c901
commit 211f15ac2e
3 changed files with 6 additions and 5 deletions

View File

@ -111,7 +111,7 @@ CREATE TABLE delivery_part (
acid REAL DEFAULT NULL,
scale_id TEXT,
weighing_id TEXT,
weighing_data TEXT,
weighing_reason TEXT CHECK (NOT (manual_weighing = FALSE AND weighing_reason IS NOT NULL)),
comment TEXT DEFAULT NULL,

View File

@ -1,3 +1,3 @@
-- This value MUST NOT be changed while other connections are open!
PRAGMA schema_version = 2400;
PRAGMA schema_version = 2500;