mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 03:37:53 +08: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