mirror of
https://github.com/System-End/plura.git
synced 2026-04-19 20:55:11 +00:00
6 lines
205 B
SQL
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;
|