Added option to force a refresh, added fallBackToDestructiveMigration as possible migration strategy for substitution table

This commit is contained in:
Deniz Düzgören
2019-09-08 21:07:20 +02:00
parent 371221a092
commit 47a4a51b44
11 changed files with 114 additions and 48 deletions
@@ -83,7 +83,8 @@ internal open class PlanFragment : Fragment(R.layout.plan) {
isJobService = false,
context = mContext,
application = activity!!.application,
parentView = view.rootView
parentView = view.rootView,
forced = false
).execute()
}