mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
db creation/update fix
This commit is contained in:
@ -286,13 +286,12 @@ bool DataBaseManagement::createV8Tables(QSqlDatabase &database)
|
||||
QSqlQuery queryInsertDefaultReadingList(database);
|
||||
queryInsertDefaultReadingList.prepare("INSERT INTO default_reading_list (name) VALUES (:name)");
|
||||
|
||||
//0 Favorites
|
||||
//1 Favorites
|
||||
queryInsertDefaultReadingList.bindValue(":name", tr("Favorites"));
|
||||
success = success && queryInsertDefaultReadingList.exec();
|
||||
|
||||
//Reading doesn't need its onw list
|
||||
|
||||
|
||||
|
||||
}
|
||||
return success;
|
||||
}
|
||||
|
Reference in New Issue
Block a user