mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-23 11:32:34 -05: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"
|
||||
");\n"
|
||||
"insert into config values ('version','','8');\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";
|
||||
"insert into playlists values (1,'Library',1,0,'1',0,'',0);\n";
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user