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:
James 2012-07-09 16:50:51 -04:00
parent 63856ea918
commit b7ca858506

View file

@ -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);