added upgrade.sql for 2.2.0 upgrade

This commit is contained in:
Rudi Grinberg 2012-08-22 17:25:19 -04:00
parent ff24c156e8
commit 5d40bd851d
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DELETE FROM cc_pref WHERE keystr = 'system_version';
INSERT INTO cc_pref (keystr, valstr) VALUES ('system_version', '2.2.0');