2.5.2: Reorganize upgrade path so that 2.5.2 contains the show art schema changes

* Also bump the system_version number to 2.5.2. This will be deprecated sooner or later...
This commit is contained in:
Albert Santoni 2015-01-15 12:42:36 -05:00
parent 19a1817159
commit ee9163fa8e
6 changed files with 385 additions and 0 deletions

View file

@ -1,3 +1,6 @@
-- Schema version
INSERT INTO cc_pref("keystr", "valstr") VALUES('system_version', '2.5.2');
INSERT INTO cc_subjs ("login", "type", "pass") VALUES ('admin', 'A', md5('admin'));
-- added in 2.3
INSERT INTO cc_stream_setting ("keyname", "value", "type") VALUES ('off_air_meta', 'Airtime - offline', 'string');