Skip to content

Commit

Permalink
Merge pull request #18 from BonnierNews/external-id-idx
Browse files Browse the repository at this point in the history
External id idx
  • Loading branch information
kristofferjansson authored Mar 15, 2019
2 parents 43993e6 + bc2800b commit 9144776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions migrations/007-external-ids-index.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX IF NOT EXISTS entity_version_external_ids_gin_idx ON entity_version USING gin ((doc -> 'externalIds'));
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Markus Ekholm",
"Ivan Malmberg"
],
"version": "3.2.0",
"version": "3.2.1",
"scripts": {
"test": "mocha",
"posttest": "eslint --cache ."
Expand Down

0 comments on commit 9144776

Please sign in to comment.