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

Commit 349416e8 by Jan Aagaard Meier

Allow self association without junction table by specifying isManyMany: false in options

1 parent d579cef6
Showing with 1 additions and 2 deletions
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"generic-pool": "1.0.9" "generic-pool": "1.0.9"
}, },
"devDependencies": { "devDependencies": {
"jasmine-node": "1.0.17", "jasmine-node": "1.0.22",
"sqlite3": ">=2.0.0", "sqlite3": ">=2.0.0",
"pg": "0.6.x", "pg": "0.6.x",
"buster": "0.5.1" "buster": "0.5.1"
......
...@@ -19,7 +19,6 @@ module.exports = { ...@@ -19,7 +19,6 @@ module.exports = {
postgres: { postgres: {
database: 'sequelize_test', database: 'sequelize_test',
username: "postgres", username: "postgres",
password: 'abc',
port: 5432 port: 5432
} }
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!