Upgrade script missing cc_stream_setting->off_air_meta and cc_pref->enable_replay_gain
This commit is contained in:
parent
5283757cc6
commit
0f9e870d87
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
DELETE FROM cc_pref WHERE keystr = 'system_version';
|
||||
INSERT INTO cc_pref (keystr, valstr) VALUES ('system_version', '2.3.0');
|
||||
|
||||
INSERT INTO cc_stream_setting ("keyname", "value", "type") VALUES ('off_air_meta', 'Airtime - offline', 'string');
|
||||
INSERT INTO cc_pref("keystr", "valstr") VALUES('enable_replay_gain', 1);
|
||||
|
||||
CREATE SEQUENCE cc_listener_count_id_seq
|
||||
START WITH 1
|
||||
INCREMENT BY 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue