diff --git a/upgrades/2023-upgrade-to-2.33.sql b/upgrades/2023-upgrade-to-2.33.sql index aef1f335..9e5b16ba 100644 --- a/upgrades/2023-upgrade-to-2.33.sql +++ b/upgrades/2023-upgrade-to-2.33.sql @@ -1 +1,5 @@ delete from setting where symbol = 'ATTENDANCE_LIST_ORDER'; +delete from setting where symbol = 'MEMBER_REGO_EMAIL_CC'; +insert into setting (`rank`, symbol, note, type, value) +select `rank`-1, 'MEMBER_REGO_HELP_EMAIL', 'Address that users can contact for assistance with member rego (optional)', 'text', '' +from setting where symbol = 'MEMBER_REGO_FAILURE_EMAIL'; \ No newline at end of file