Skip to content

Commit cbcf3fc

Browse files
authored
Increment DB Version (#43)
1 parent 2df5669 commit cbcf3fc

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/com/djangofiles/djangofiles/db

1 file changed

+1
-1
lines changed

app/src/main/java/com/djangofiles/djangofiles/db/ServerDao.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ data class Server(
5353
)
5454

5555

56-
@Database(entities = [Server::class], version = 1)
56+
@Database(entities = [Server::class], version = 2)
5757
abstract class ServerDatabase : RoomDatabase() {
5858
abstract fun serverDao(): ServerDao
5959

0 commit comments

Comments
 (0)