-- Restore Rei as Super Admin
UPDATE users SET is_admin = 1 WHERE id = 1;
