mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Fix unique index creation during profile migration
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
parent
3b259711f4
commit
513c3dd849
|
@ -377,7 +377,7 @@ void ProfileManager::updateDatabase()
|
|||
}
|
||||
|
||||
query.prepare(QStringLiteral(
|
||||
"CREATE UNIQUE INDEX IF NOT EXISTS site_settings_domainuniqueindex ON site_settings (domain);"
|
||||
"CREATE UNIQUE INDEX IF NOT EXISTS site_settings_server_uniqueindex ON site_settings (server);"
|
||||
));
|
||||
|
||||
if (!query.exec()) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user