Skip to content

Commit

Permalink
Issue #504 - add MEMBER_REGO_HELP_EMAIL setting to database so it can…
Browse files Browse the repository at this point in the history
… be edited
  • Loading branch information
tbar0970 committed Feb 17, 2023
1 parent d1dbf01 commit 9d0f015
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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';

0 comments on commit 9d0f015

Please sign in to comment.