Signed-off-by: JinWeiyang <jwy8645@163.com>
This commit is contained in:
JinWeiyang 2024-01-17 23:26:25 +08:00 коммит произвёл Andy Scherzinger
Родитель 82fc3cf217
Коммит cc480e49c9
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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