Allow ignoring tables when running db:wipe command
A database might have certain tables not controlled/managed by AdonisJS migrations, therefore you would not want them to the dropped during the db:wipe command. The wipe.ignoreTables config property allows you to define an array of tables to ignore
Commits
refactor: install mysql2 driver for mysql database ba74a38
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/cosmopolitan-app/cosmopolitan/network/alerts).
Bumps knex to 2.4.2 and updates ancestor dependency @adonisjs/lucid. These dependencies need to be updated together.
Updates
knex
from 0.14.6 to 2.4.2Release notes
Sourced from knex's releases.
... (truncated)
Changelog
Sourced from knex's changelog.
... (truncated)
Commits
73a3e33
Prepare to release 2.4.29a6c5ba
Additional lint checks before publishing (#5459)5caf526
tests(insert): add tests for json, text array, integer array (#5451)d102fe3
Prepare to release 2.4.11f2de49
Fix Postgres Malformed array literal 2.4.0 Regression (#5439)3475d81
Prepare to release 2.4.0e97f922
Bump tsd from 0.24.1 to 0.25.0 (#5396)e145322
1227: add assertion for basic where clause values (#5417)962bb0a
Bump sinon from 14.0.2 to 15.0.1 (#5413)ab45314
Add JSDoc (TS Flavour) to mjs stub file (#5390)Maintainer changes
This version was pushed to npm by kibertoad, a new releaser for knex since your current version.
Updates
@adonisjs/lucid
from 5.0.4 to 18.3.0Release notes
Sourced from
@adonisjs/lucid
's releases.... (truncated)
Commits
cbd0664
chore(release): 18.3.01db0c74
chore: use typescript 4.8a5f03b6
chore: use typescript 4.855799a5
chore(package): update dependencies215631e
Adddb:truncate
command with TestUtils helper (#889)6afea22
test: remove pin from test72d869d
chore: update dependencies2721c44
chore(release): 18.2.0ba74a38
refactor: install mysql2 driver for mysql databaseaf78689
feat: addwipe.ignoreTables
config (#881)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/cosmopolitan-app/cosmopolitan/network/alerts).