Fixed a couple of bugs in the new /provisioning/create API
This commit is contained in:
parent
d2fae5adae
commit
dcac7ab652
3 changed files with 53 additions and 44 deletions
|
@ -1,3 +1,6 @@
|
|||
-- Schema version
|
||||
INSERT INTO cc_pref("keystr", "valstr") VALUES('system_version', '2.5.9');
|
||||
|
||||
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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue