We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc04bd commit 964fe9dCopy full SHA for 964fe9d
src/Adapters/Storage/Postgres/PostgresStorageAdapter.js
@@ -12,7 +12,6 @@ const PostgresRelationDoesNotExistError = '42P01';
12
const PostgresDuplicateRelationError = '42P07';
13
const PostgresDuplicateColumnError = '42701';
14
const PostgresMissingColumnError = '42703';
15
-const PostgresDuplicateObjectError = '42710';
16
const PostgresUniqueIndexViolationError = '23505';
17
const logger = require('../../../logger');
18
0 commit comments