-- Password support for app_user. Format stored: pbkdf2::: -- Existing rows have NULL password_hash and cannot log in until one is set. ALTER TABLE app_user ADD COLUMN password_hash TEXT;