knex-migrate icon indicating copy to clipboard operation
knex-migrate copied to clipboard

Modern database migration toolkit for knex.js

Results 31 knex-migrate issues
Sort by recently updated
recently updated
newest added

Bumps [knex](https://github.com/tgriesser/knex) from 0.14.6 to 0.20.1. Changelog *Sourced from [knex's changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md).* > # 0.20.1 - 29 October, 2019 > > ### New features: > > - Declare drivers as optional...

dependencies

Hello! I have provided simple method to send data to migration files. As a result, it is possible to build a generic migrations. For example if you have the same...

`knex-migrate` seems to ignore the `migrations.schemaName` configuration from the knexfile, and always creates the migrations table in the default schema (e.g. `public`). This makes it incompatible with the native knex...

help wanted

Using knex when a migration is performed for the first type typically we'll get two tables created automatically by knex: ``` migrations migrations_lock ``` However when using knex-migrate, and stepping...

help wanted

Knex allows you define a migration stub in the knex config. At the moment this is ignored by knex-migrate which means that setting up a stub in knex migrations won't...

I installed `knex-migrate` Then run `knex-migrate generate create_boo` Then run `knex-migrate up`, but see error `table migrations not exists`... Thanks!

I just spent waaaaay too long discovering that `knex migrate:latest` runs multiple migrations in one transaction, while `knex-migrate up` will run each migration in a single transaction. This library also...

help wanted

Bumps [knex](https://github.com/knex/knex) from 0.19.5 to 2.4.0. Release notes Sourced from knex's releases. 2.4.0 New features: Support partial unique indexes #5316 Make compiling SQL in error message optional #5282 Bug fixes...

dependencies

Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies