-- Remove old role and department columns from users table ALTER TABLE users DROP COLUMN role; ALTER TABLE users DROP COLUMN department;