445bca0bf6
Add users.language ('sq'|'en', default 'sq'; migration 0003). Returned from
/api/auth/login and /api/auth/me (read from the DB, not the JWT — so changing it
needs no re-login). New PUT /api/auth/language for self-service. Loaded on login
and restored from any booth. Printed tickets stay Albanian (customer-facing).
1 line
62 B
SQL
1 line
62 B
SQL
ALTER TABLE `users` ADD `language` text DEFAULT 'sq' NOT NULL; |