MigrationStorage
Implements
- UmzugStorage
Index
Constructors
constructor
Parameters
driver: AbstractSqlDriver<AbstractSqlConnection, AbstractSqlPlatform>
options: MigrationsOptions
Returns MigrationStorage
Methods
ensureTable
Returns Promise<void>
executed
Returns Promise<string[]>
getExecutedMigrations
Returns Promise<MigrationRow[]>
Gets list of executed migrations.