Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs for disableValidateMigrationsList #237

Merged
merged 2 commits into from Oct 12, 2019
Merged

Docs for disableValidateMigrationsList #237

merged 2 commits into from Oct 12, 2019

Conversation

arrilot
Copy link
Contributor

@arrilot arrilot commented Oct 4, 2019

@@ -360,6 +360,7 @@ export default [
"`tableName`: the table name used for storing the migration state (default `knex_migrations`)",
"`schemaName`: the schema name used for storing the table with migration state (optional parameter, only works on DBs that support multiple schemas in a single DB, such as PostgreSQL)",
"`disableTransactions`: don't run migrations inside transactions (default `false`)",
"`disableMigrationsListValidation`: don't validate that completed migrations are present in the appropriate directories (default `false`)",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be expressed more specifically "do not validate that all the already executed migrations are still present in migration directories (default false)."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay. updated

@kibertoad kibertoad merged commit 416c359 into knex:gh-pages Oct 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants