-- Restore Super Admin privileges for Ottawa
UPDATE users SET role = 'admin' WHERE username = 'Ottawa';
