database: Update v_bki_member, v_bki_delivery and rename scale_id to scale_terminal

This commit is contained in:
2026-08-18 16:17:12 +02:00
parent 91b1b0afcc
commit 6c10b95ef8
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ CREATE TABLE delivery_part (
temperature REAL DEFAULT NULL,
acid REAL DEFAULT NULL,
scale_id TEXT,
scale_terminal TEXT,
weighing_data TEXT,
weighing_reason TEXT CHECK (NOT (manual_weighing = FALSE AND weighing_reason IS NOT NULL)),