BlueHotDog / sails-migrations

The missing, migrations, arm of the octopus
MIT License
158 stars 37 forks source link

bump knex version to support .ts migrations #81

Closed mychalvlcek closed 7 years ago

mychalvlcek commented 7 years ago

it would be great to bump up version of knex lib to support typescript migration files

joaosa commented 7 years ago

@mychalvlcek

I bumped knex to 0.13.0 (0.12.7 was the minimum to support typescript migration files).

This change is present in sails-migrations 2.0.11. Let me know if it's working fine for you :)

mychalvlcek commented 7 years ago

@joaosa thanks a lot, works as espected!