|
|
|
@ -52,7 +52,7 @@ class PokerAnalyticsMigration : RealmMigration { |
|
|
|
schema.rename("Report", "ReportSetup") |
|
|
|
schema.rename("Report", "ReportSetup") |
|
|
|
|
|
|
|
|
|
|
|
schema.get("Session")?.let { |
|
|
|
schema.get("Session")?.let { |
|
|
|
it.addField("blinds", String::class.java).setNullable("blinds", true) |
|
|
|
it.addField("blinds", String::class.java) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
schema.get("FilterCondition")?.let { |
|
|
|
schema.get("FilterCondition")?.let { |
|
|
|
|