removed notes as user attribute

This commit is contained in:
2025-10-10 18:33:13 +02:00
parent 6150907553
commit 27eea33efc
5 changed files with 5 additions and 50 deletions

View File

@@ -8,7 +8,8 @@ CREATE TABLE IF NOT EXISTS users (
employee_type TEXT CHECK(employee_type IN ('chef', 'neuling', 'erfahren')),
is_sufficiently_independent BOOLEAN DEFAULT FALSE,
is_active BOOLEAN DEFAULT TRUE,
created_at DATETIME DEFAULT CURRENT_TIMESTAMP
created_at DATETIME DEFAULT CURRENT_TIMESTAMP,
last_login DATETIME
);
-- Tabelle für Schichtvorlagen