mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
DB update
This commit is contained in:
parent
827edbcb89
commit
f16650a74b
1 changed files with 2 additions and 2 deletions
|
|
@ -23,9 +23,9 @@ import com.cappielloantonio.play.model.Server;
|
|||
import com.cappielloantonio.play.subsonic.models.Playlist;
|
||||
|
||||
@Database(
|
||||
version = 59,
|
||||
version = 60,
|
||||
entities = {Queue.class, Server.class, RecentSearch.class, Download.class, Playlist.class, Chronology.class},
|
||||
autoMigrations = {@AutoMigration(from = 58, to = 59)}
|
||||
autoMigrations = {@AutoMigration(from = 59, to = 60)}
|
||||
)
|
||||
@TypeConverters({DateConverters.class})
|
||||
public abstract class AppDatabase extends RoomDatabase {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue