Skip to content

Commit

Permalink
Update messenger database
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Oct 10, 2019
1 parent 61ac619 commit e67ade5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import me.proxer.app.util.converter.RoomConverters
* @author Ruben Gees
*/
@Suppress("UnnecessaryAbstractClass")
@Database(entities = [LocalConference::class, LocalMessage::class], version = 1)
@Database(entities = [LocalConference::class, LocalMessage::class], version = 2)
@TypeConverters(RoomConverters::class)
abstract class MessengerDatabase : RoomDatabase() {

Expand Down

0 comments on commit e67ade5

Please sign in to comment.