mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-20 02:37:26 -04:00
Fix index bug
This commit is contained in:
parent
60555d9f8d
commit
b0c2a64a63
@ -448,9 +448,6 @@ char *db_initial =
|
|||||||
" idx INTEGER NOT NULL\n"
|
" idx INTEGER NOT NULL\n"
|
||||||
");\n"
|
");\n"
|
||||||
"insert into config values ('version','','8');\n"
|
"insert into config values ('version','','8');\n"
|
||||||
"insert into playlists values (1,'Library',1,0,'1',0,'',0);\n"
|
"insert into playlists values (1,'Library',1,0,'1',0,'',0);\n";
|
||||||
"create index idx_path on songs(path);\n"
|
|
||||||
"create index idx_songid on playlistitems(songid);\n"
|
|
||||||
"create index idx_playlistid on playlistitems(playlistid);\n";
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user