Drucker-Bestand korrigiert: X1C -> H2S

Real-Stand laut Herb: 2x P1S, 1x H2S, 1x A1 mini. X1C/P2S bleiben in
drucker_links als Default-Mapping fuer den Fall, dass die Modelle spaeter
dazukommen.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-29 19:53:34 +02:00
parent edf0c7aa8a
commit 3482356c13
4 changed files with 16 additions and 8 deletions

View File

@@ -204,7 +204,7 @@ CREATE TABLE IF NOT EXISTS check_in (
CREATE TABLE IF NOT EXISTS drucker (
id INTEGER PRIMARY KEY AUTOINCREMENT,
name TEXT NOT NULL UNIQUE,
modell TEXT NOT NULL, -- 'P1S'|'X1C'|'P2S'|'A1 mini'
modell TEXT NOT NULL, -- 'P1S'|'H2S'|'A1 mini' (Bestand 2026-05-25)
serial_nr TEXT, -- fuer Cloud-API
geschlossenes_gehaeuse INTEGER DEFAULT 1, -- A1 mini = 0
aktiv INTEGER DEFAULT 1,