mirror of
https://github.com/knex/knex.git
synced 2025-08-02 05:41:55 +00:00

* fix TypeScript migration stub after 0.95.0 changes Release 0.95.0 changed how types have to be imported when using TypeScript. This PR fixes the migration stub so new migrations are created correctly. * Add test for Knex.AlterTableBuilder Co-authored-by: Igor Savin <iselwin@gmail.com>