Bug 10572: Add phone to message_transport_types table for new installs
In connection to bug 4246, commit 591bae324
added
phone to the message_transport_types table in updatedatabase.pl
This should be done also for new installs via the .sql files of the web
installer.
I am adding it only to English now, basing this change upon the work in
reports 10509 and 10520. (I discovered this tiny omission there too.)
Test plan:
Apply patches 10509/10520.
Run new install or run this particular sql file from command line.
Note: If you only run this particular file, you do not need patch 10509.
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
c59f17e454
commit
568f32606c
1 changed files with 2 additions and 1 deletions
|
@ -4,4 +4,5 @@ values
|
|||
('email'),
|
||||
('print'),
|
||||
('sms'),
|
||||
('feed');
|
||||
('feed'),
|
||||
('phone');
|
||||
|
|
Loading…
Reference in a new issue