зеркало из https://github.com/nextcloud/android.git
[feature] update db
Signed-off-by: JinWeiyang <jwy8645@163.com>
This commit is contained in:
Родитель
82fc3cf217
Коммит
cc480e49c9
|
@ -70,7 +70,8 @@ import com.owncloud.android.db.ProviderMeta
|
|||
AutoMigration(from = 73, to = 74, spec = DatabaseMigrationUtil.ResetCapabilitiesPostMigration::class),
|
||||
AutoMigration(from = 74, to = 75),
|
||||
AutoMigration(from = 75, to = 76),
|
||||
AutoMigration(from = 76, to = 77)
|
||||
AutoMigration(from = 76, to = 77),
|
||||
AutoMigration(from = 77, to = 78),
|
||||
],
|
||||
exportSchema = true
|
||||
)
|
||||
|
|
|
@ -35,7 +35,7 @@ import java.util.List;
|
|||
*/
|
||||
public class ProviderMeta {
|
||||
public static final String DB_NAME = "filelist";
|
||||
public static final int DB_VERSION = 77;
|
||||
public static final int DB_VERSION = 78;
|
||||
|
||||
private ProviderMeta() {
|
||||
// No instance
|
||||
|
|
Загрузка…
Ссылка в новой задаче