Changelog
0.5.5 - Jan 28, 2014
init
method in knex.migrate
now uses this.config
if one isn't passed in (#156)Changelog
0.5.4 - Jan 7, 2014
Changelog
0.5.3 - Jan 2, 2014
Changelog
0.5.2 - Dec 18, 2013
Changelog
0.5.1 - Dec 12, 2013
returning
value. (#132)bigint
and bigserial
type to PostgreSQL. (#111)up
and down
methods, allowing the "knex" module to be used globally, file ordering on migrations, and other small improvements. (#112-115, #125, #135)Changelog
0.5.0 - Nov 25, 2013
Changelog
0.4.12 - Oct 29, 2013
Changelog
0.4.11 - Oct 15, 2013
Changelog
0.4.10 - Oct 14, 2013
into
as an alias of from, for builder syntax of: insert(value).into(tableName)