Added @Index on Session.type

feature/top10
Laurent 7 years ago
parent 1a72188c3c
commit f522dd13e4
  1. 1
      app/src/main/java/net/pokeranalytics/android/model/realm/Session.kt

@ -83,6 +83,7 @@ open class Session : RealmObject(), Manageable, StaticRowRepresentableDataSource
/** /**
* Indicates the type of session, cash game or tournament * Indicates the type of session, cash game or tournament
*/ */
@Index
var type: Int = Type.CASH_GAME.ordinal var type: Int = Type.CASH_GAME.ordinal
// The result of the main user // The result of the main user

Loading…
Cancel
Save