async startMigration(): Bluebird<any> {
    if (!this.internals.notransactions) {
      await this.startTransaction();
    }
  }