diff options
Diffstat (limited to 'shared/extra-utils')
-rw-r--r-- | shared/extra-utils/miscs/sql.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/extra-utils/miscs/sql.ts b/shared/extra-utils/miscs/sql.ts index 7aebffc32..3cfae5c23 100644 --- a/shared/extra-utils/miscs/sql.ts +++ b/shared/extra-utils/miscs/sql.ts | |||
@@ -15,7 +15,6 @@ function getSequelize (serverNumber: number) { | |||
15 | dialect: 'postgres', | 15 | dialect: 'postgres', |
16 | host, | 16 | host, |
17 | port, | 17 | port, |
18 | operatorsAliases: false, | ||
19 | logging: false | 18 | logging: false |
20 | }) | 19 | }) |
21 | 20 | ||