Commit 3a6c3a31 authored by yashkhem1's avatar yashkhem1

Update AppDatabase

parent ad2d39a9
...@@ -10,7 +10,7 @@ import android.content.Context; ...@@ -10,7 +10,7 @@ import android.content.Context;
* Created by mrunz on 14/3/18. * Created by mrunz on 14/3/18.
*/ */
@Database(entities = {Event.class, Body.class, Venue.class}, version = 1) @Database(entities = {Event.class, Body.class, Venue.class, User.class, Role.class}, version = 1)
@TypeConverters({Converters.class}) @TypeConverters({Converters.class})
public abstract class AppDatabase extends RoomDatabase { public abstract class AppDatabase extends 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