mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-07 09:51:37 +00:00
disable identifier quoting for postgres compatibility
This commit is contained in:
parent
920a7434f1
commit
c7d14f7d30
2 changed files with 7 additions and 6 deletions
|
|
@ -296,7 +296,8 @@ class Database {
|
|||
this.sequelize = new Sequelize(process.env.DATABASE_URL, {
|
||||
dialect: 'postgres',
|
||||
logging: logging,
|
||||
benchmark: benchmark
|
||||
benchmark: benchmark,
|
||||
quoteIdentifiers: false
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue