Commit f58d778a by zhangchengbo

fix:数据库版本++

parent cd32b84a
......@@ -14,7 +14,7 @@ import com.secspace.sms.interfaces.MessageAttachmentsDao
import com.secspace.sms.interfaces.MessagesDao
import com.secspace.sms.models.*
@Database(entities = [Conversation::class, Attachment::class, MessageAttachment::class, Message::class, RecycleBinMessage::class], version = 8)
@Database(entities = [Conversation::class, Attachment::class, MessageAttachment::class, Message::class, RecycleBinMessage::class], version = 9)
@TypeConverters(Converters::class)
abstract class MessagesDatabase : RoomDatabase() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment