Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 6e88855c
authored
Feb 01, 2019
by
joe beuckman
Committed by
Sushant
Feb 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(addIndex): concurrently option (#10409)
1 parent
8df9b8f3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
lib/dialects/abstract/query-generator.js
lib/query-interface.js
lib/dialects/abstract/query-generator.js
View file @
6e88855
...
...
@@ -476,6 +476,7 @@ class QueryGenerator {
- length: An integer. Optional
- order: 'ASC' or 'DESC'. Optional
- parser
- concurrently: Pass CONCURRENT so other operations run while the index is created
- rawTablename, the name of the table, without schema. Used to create the name of the index
@private
*/
...
...
lib/query-interface.js
View file @
6e88855
...
...
@@ -619,6 +619,7 @@ class QueryInterface {
* @param {Array} [attributes] Use options.fields instead, List of attributes to add index on
* @param {Object} options indexes options
* @param {Array} options.fields List of attributes to add index on
* @param {boolean} [options.concurrently] Pass CONCURRENT so other operations run while the index is created
* @param {boolean} [options.unique] Create a unique index
* @param {string} [options.using] Useful for GIN indexes
* @param {string} [options.type] Type of index, available options are UNIQUE|FULLTEXT|SPATIAL
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment