mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-07 09:40:19 +00:00
* Added type definition for Knex.Migration Signed-off-by: Emanuel Henrique do Prado <emanuel@tls.inf.br> * Corrected Knex test according documentation (http://knexjs.org/#Migrations-currentVersion) * Change name Migration to Migrator, according the original source