added upgrade.sql for 2.2.0 upgrade
This commit is contained in:
parent
ff24c156e8
commit
5d40bd851d
1 changed files with 2 additions and 0 deletions
2
install_minimal/upgrades/airtime-2.2.0/data/upgrade.sql
Normal file
2
install_minimal/upgrades/airtime-2.2.0/data/upgrade.sql
Normal 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');
|
Loading…
Add table
Add a link
Reference in a new issue