migrations: fix ctx type.
This commit is contained in:
parent
a32e1df6f6
commit
3ff53996a4
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class AbstractMigration {
|
|||
/**
|
||||
* Run the actual migration
|
||||
* @param {Batch} b
|
||||
* @param {MigrationContext} [ctx]
|
||||
* @param {MigrationContext} ctx
|
||||
* @returns {Promise}
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue