Fix problem where version wasn't being created properly on initial db

This commit is contained in:
Ron Pedde 2006-07-13 03:13:24 +00:00
parent 8954451434
commit 2ea83c6f2e
1 changed files with 1 additions and 1 deletions

View File

@ -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"