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

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