chore: seminarhof customer project

This commit is contained in:
e2e
2026-07-11 08:03:49 +02:00
commit 75a531bf0c
188 changed files with 20779 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- Password support for app_user. Format stored: pbkdf2:<iterations>:<salt_b64>:<hash_b64>
-- Existing rows have NULL password_hash and cannot log in until one is set.
ALTER TABLE app_user ADD COLUMN password_hash TEXT;