mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Folder: update the folder version
Since the new index would crash old version of the client, we need to upgrade folder version so they do not load in the client 2.5.0
This commit is contained in:
parent
7de453d439
commit
60b17cd128
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ public:
|
|||
FolderDefinition *folder);
|
||||
|
||||
/// The highest version in the settings that load() can read
|
||||
static int maxSettingsVersion() { return 1; }
|
||||
static int maxSettingsVersion() { return 2; }
|
||||
|
||||
/// Ensure / as separator and trailing /.
|
||||
static QString prepareLocalPath(const QString &path);
|
||||
|
|
Loading…
Reference in a new issue