mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Change db version
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
f6429263c1
commit
fc022c5160
2 changed files with 1174 additions and 1 deletions
1173
app/schemas/com.nextcloud.client.database.NextcloudDatabase/75.json
Normal file
1173
app/schemas/com.nextcloud.client.database.NextcloudDatabase/75.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -35,7 +35,7 @@ import java.util.List;
|
|||
*/
|
||||
public class ProviderMeta {
|
||||
public static final String DB_NAME = "filelist";
|
||||
public static final int DB_VERSION = 74;
|
||||
public static final int DB_VERSION = 75;
|
||||
|
||||
private ProviderMeta() {
|
||||
// No instance
|
||||
|
|
Loading…
Reference in a new issue