mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +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;
|
import com.cappielloantonio.play.subsonic.models.Playlist;
|
||||||
|
|
||||||
@Database(
|
@Database(
|
||||||
version = 59,
|
version = 60,
|
||||||
entities = {Queue.class, Server.class, RecentSearch.class, Download.class, Playlist.class, Chronology.class},
|
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})
|
@TypeConverters({DateConverters.class})
|
||||||
public abstract class AppDatabase extends RoomDatabase {
|
public abstract class AppDatabase extends RoomDatabase {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue