-since we had an accidental merge between devel and 2.1.x, I'm rounding up these changes that need to be in 2.1.x and putting them here.
5 lines
263 B
SQL
5 lines
263 B
SQL
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;
|
|
ALTER TABLE cc_subjs ADD COLUMN cell_phone VARCHAR(255);
|