Please KtLint
This commit is contained in:
parent
7785e45c16
commit
11aa5bbfd5
1 changed files with 1 additions and 1 deletions
|
|
@ -38,8 +38,8 @@ class MigrationPresenter @Inject constructor(
|
|||
val migrationStoreVersion = migrationStore.applicationMigrationVersion().collectAsState(initial = null)
|
||||
var migrationAction: AsyncData<Unit> by remember { mutableStateOf(AsyncData.Uninitialized) }
|
||||
|
||||
// Uncomment this block to run the migration everytime
|
||||
/*
|
||||
// Uncomment this block to run the migration everytime
|
||||
LaunchedEffect(Unit) {
|
||||
migrationStore.setApplicationMigrationVersion(0)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue