-- PIN-kod för chef-inloggning (portal_users)
ALTER TABLE portal_users ADD COLUMN IF NOT EXISTS pin_hash TEXT NULL;
