You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The validate function determines whether the step is to be applied
15
15
* (it can for example check that some value in the database is present)
16
-
* The function should return falsy if step is fullfilled (ie truthy if migrate function should be applied, return value could then be a string describing why)
16
+
* The function should return falsy if step is fulfilled (ie truthy if migrate function should be applied, return value could then be a string describing why)
17
17
* The function is also run after the migration-script has been applied (and should therefore return false if all is good)
`This migration consists of ${this.state.migration.automaticStepCount} automatic steps and ${this.state.migration.manualStepCount} manual steps (${this.state.migration.ignoredStepCount} steps are ignored).`
223
-
)}
219
+
{t(`This migration consists of {{stepCount}} steps ({{ignoredStepCount}} steps are ignored).`,{
0 commit comments