mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Updated DB version
This commit is contained in:
parent
51cd88dd3f
commit
7fde49f7eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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) }
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue