mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Minor fix in text of warning and debug message.
Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
parent
f6e36523d2
commit
71fbc65eb0
1 changed files with 2 additions and 2 deletions
|
@ -729,10 +729,10 @@ bool SyncJournalDb::updateMetadataTableStructure()
|
|||
SqlQuery query(_db);
|
||||
query.prepare("ALTER TABLE metadata ADD COLUMN isE2eEncrypted INTEGER;");
|
||||
if (!query.exec()) {
|
||||
sqlFail("updateMetadataTableStructure: add e2eMangledName column", query);
|
||||
sqlFail("updateMetadataTableStructure: add isE2eEncrypted column", query);
|
||||
re = false;
|
||||
}
|
||||
commitInternal("update database structure: add e2eMangledName col");
|
||||
commitInternal("update database structure: add isE2eEncrypted col");
|
||||
}
|
||||
|
||||
if (!tableColumns("uploadinfo").contains("contentChecksum")) {
|
||||
|
|
Loading…
Reference in a new issue