-- Add master_key_salt to server_config for Argon2id KDF salt storage. -- The salt must be stable across restarts so the passphrase always yields the same key. -- We allow NULL signing_key_enc/nonce temporarily until the first signing key is generated. ALTER TABLE server_config ADD COLUMN master_key_salt BLOB;