Migrate database (1)

This commit is contained in:
vfsfitvnm
2022-06-29 14:13:39 +02:00
parent ade78c8ecf
commit a7bdda074b
10 changed files with 1123 additions and 4 deletions

View File

@@ -7,7 +7,8 @@ import androidx.room.*
data class Song(
@PrimaryKey val id: String,
val title: String,
val albumInfoId: Long?,
val albumId: String?,
val artistsText: String? = null,
val durationText: String,
val thumbnailUrl: String?,
val lyrics: String? = null,