CC-3921: Add mobile phone number field to user record
- added a line to upgrade.sql which takes care of db upgrade
This commit is contained in:
parent
63856ea918
commit
b7ca858506
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
DELETE FROM cc_pref WHERE keystr = 'system_version';
|
||||
INSERT INTO cc_pref (keystr, valstr) VALUES ('system_version', '2.1.3');
|
||||
|
||||
UPDATE cc_show_instances SET time_filled='00:00:00' WHERE time_filled IS NULL;
|
||||
UPDATE cc_show_instances SET time_filled='00:00:00' WHERE time_filled IS NULL;\
|
||||
ALTER TABLE cc_subjs ADD COLUMN cell_phone VARCHAR(255);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue