mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 11:19:18 +01:00
>.>
This commit is contained in:
parent
9f7803d964
commit
de4b889986
@ -443,7 +443,6 @@ void Database::UpdateDatabaseSchema(int version, QSqlDatabase &db) {
|
|||||||
|
|
||||||
// Run each command
|
// Run each command
|
||||||
QStringList commands(schema.split(";\n\n"));
|
QStringList commands(schema.split(";\n\n"));
|
||||||
db.exec("DROP TABLE songs_fts");
|
|
||||||
db.transaction();
|
db.transaction();
|
||||||
foreach (const QString& command, commands) {
|
foreach (const QString& command, commands) {
|
||||||
qDebug() << command;
|
qDebug() << command;
|
||||||
|
Loading…
Reference in New Issue
Block a user