plura/migrations/20250622162948_clearer_field_names.sql
Suya1671 730058973c
docs: general code quality review and updated documentation throughout
This also makes it so that commands have documentation. Neat.
2025-06-22 19:19:42 +02:00

6 lines
205 B
SQL

-- Add migration script here
ALTER TABLE systems
RENAME COLUMN trigger_changes_active_member TO auto_switch_on_trigger;
ALTER TABLE systems
RENAME COLUMN active_member_id TO currently_fronting_member_id;