mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix compatibility with Postgres <= 10 (#10139)
* Use indnatts instead of indnkeyatts in postgres dialect * Update knex-schema-inspector * Add PG10 for debugging Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"keyv": "^4.0.3",
|
||||
"knex": "^0.95.11",
|
||||
"knex-schema-inspector": "1.6.4",
|
||||
"knex-schema-inspector": "1.6.6",
|
||||
"ldapjs": "^2.3.1",
|
||||
"liquidjs": "^9.25.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
||||
Reference in New Issue
Block a user