mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-16 03:09:57 +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
|
||||
QStringList commands(schema.split(";\n\n"));
|
||||
db.exec("DROP TABLE songs_fts");
|
||||
db.transaction();
|
||||
foreach (const QString& command, commands) {
|
||||
qDebug() << command;
|
||||
|
Loading…
Reference in New Issue
Block a user