mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Increase db version number
This commit is contained in:
parent
f73c44f785
commit
440c703752
1 changed files with 3 additions and 3 deletions
|
@ -17,11 +17,11 @@
|
|||
*/
|
||||
package com.owncloud.android.db;
|
||||
|
||||
import com.owncloud.android.MainApp;
|
||||
|
||||
import android.net.Uri;
|
||||
import android.provider.BaseColumns;
|
||||
|
||||
import com.owncloud.android.MainApp;
|
||||
|
||||
/**
|
||||
* Meta-Class that holds various static field information
|
||||
*
|
||||
|
@ -31,7 +31,7 @@ import android.provider.BaseColumns;
|
|||
public class ProviderMeta {
|
||||
|
||||
public static final String DB_NAME = "filelist";
|
||||
public static final int DB_VERSION = 6;
|
||||
public static final int DB_VERSION = 7;
|
||||
|
||||
private ProviderMeta() {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue