37497-vm/db/migrations/006_remove_old_user_columns.sql
Flatlogic Bot 65bff23a0b 1
2026-01-16 09:31:10 +00:00

4 lines
137 B
SQL

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