mirror of
https://github.com/accelforce/Yuito
synced 2025-01-30 15:44:54 +01:00
(db) version = 1
This commit is contained in:
parent
76fca004ee
commit
0ce5c49655
@ -7,7 +7,7 @@ import android.arch.persistence.room.RoomDatabase;
|
||||
* DB version & declare DAO
|
||||
*/
|
||||
|
||||
@Database(entities = {TootEntity.class}, version = 3, exportSchema = false)
|
||||
@Database(entities = {TootEntity.class}, version = 1, exportSchema = false)
|
||||
public abstract class AppDatabase extends RoomDatabase {
|
||||
|
||||
public abstract TootDao tootDao();
|
||||
|
Loading…
x
Reference in New Issue
Block a user