不要怂,就是干,撸起袖子干!

Commit 9af2b908 by Jan Aagaard Meier

Add back storage option in support.createSequelizeInstance

1 parent 905114b1
Showing with 4 additions and 0 deletions
...@@ -58,6 +58,10 @@ var Support = { ...@@ -58,6 +58,10 @@ var Support = {
sequelizeOptions.native = true sequelizeOptions.native = true
} }
if (!!config.storage) {
sequelizeOptions.storage = config.storage
}
return this.getSequelizeInstance(config.database, config.username, config.password, sequelizeOptions) return this.getSequelizeInstance(config.database, config.username, config.password, sequelizeOptions)
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!