mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-03 16:03:06 +00:00
Updated DB version
This commit is contained in:
@@ -21,7 +21,7 @@ import com.cappielloantonio.play.model.Server;
|
|||||||
|
|
||||||
@SuppressLint("RestrictedApi")
|
@SuppressLint("RestrictedApi")
|
||||||
@Database(
|
@Database(
|
||||||
version = 36,
|
version = 38,
|
||||||
entities = {Queue.class, Server.class, RecentSearch.class, Download.class, Playlist.class}
|
entities = {Queue.class, Server.class, RecentSearch.class, Download.class, Playlist.class}
|
||||||
// autoMigrations = { @AutoMigration(from = 35, to = 36) }
|
// autoMigrations = { @AutoMigration(from = 35, to = 36) }
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user