Skip to content

Commit 2a289b8

Browse files
fix: support foreign and primary key column (#630)
1 parent d88cc11 commit 2a289b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
2929
"core-js": "3.6.5",
30-
"forest-express": "7.9.6",
30+
"forest-express": "7.10.1",
3131
"http-errors": "1.6.1",
3232
"lodash": "4.17.19",
3333
"moment": "2.19.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4434,10 +4434,10 @@ for-in@^1.0.2:
44344434
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
44354435
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
44364436

4437-
forest-express@7.9.6:
4438-
version "7.9.6"
4439-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.9.6.tgz#984a8a199f8230b777aae044df5dae20f2d3ddc8"
4440-
integrity sha512-8MijSGjt5Oclt0folSKZf8oYvDI0z0dRNDU3v7AZJsdhOm9TE01zmb6Szp4sVh8X0Rqm1b/LFqGSIWNMfWejHQ==
4437+
forest-express@7.10.1:
4438+
version "7.10.1"
4439+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.10.1.tgz#1a27f7529b80be384a12905a8453d4ebe235d400"
4440+
integrity sha512-vlevYJYvoSDef8MOMQLhxA2IyEKbLRVbqQtIx+0w4xuFNHYjxc5YnKC6WAFJ8KYp4PlCaoHEz2fXmTGY88AWsA==
44414441
dependencies:
44424442
"@babel/runtime" "7.10.1"
44434443
base32-encode "1.1.1"

0 commit comments

Comments
 (0)