CC-5069:
Airtime 2.4 upgrade scripts -initial commit
This commit is contained in:
parent
91e15ea092
commit
6cc366b100
6 changed files with 12 additions and 3 deletions
5
install_minimal/upgrades/airtime-2.4.0/data/upgrade.sql
Normal file
5
install_minimal/upgrades/airtime-2.4.0/data/upgrade.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
DELETE FROM cc_pref WHERE keystr = 'system_version';
|
||||
INSERT INTO cc_pref (keystr, valstr) VALUES ('system_version', '2.4.0');
|
||||
|
||||
DELETE FROM cc_pref WHERE keystr = 'stream_type';
|
||||
INSERT INTO cc_pref (keystr, valstr) VALUES ('stream_type', 'ogg, mp3, opus');
|
Loading…
Add table
Add a link
Reference in a new issue