mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
Fix problem where version wasn't being created properly on initial db
This commit is contained in:
parent
8954451434
commit
2ea83c6f2e
@ -465,7 +465,7 @@ char *db_sqlite2_initial1 =
|
||||
" subterm VARCHAR(255) DEFAULT NULL,\n"
|
||||
" value VARCHAR(1024) NOT NULL\n"
|
||||
");\n"
|
||||
"insert into config values ('version','10');\n";
|
||||
"insert into config values ('version','','10');\n";
|
||||
|
||||
char *db_sqlite2_initial2 =
|
||||
"create table playlists (\n"
|
||||
|
Loading…
Reference in New Issue
Block a user