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

Commit 13afdc7f by Jan Aagaard Meier

Sorry @mickhansen :(

1 parent 1e9a96fe
Showing with 0 additions and 1 deletions
......@@ -173,7 +173,6 @@ module.exports = (function() {
combinedTableAttributes[this.foreignIdentifier] = {type: targetKeyType, primaryKey: true}
} else {
var uniqueKey = [this.through.tableName, this.identifier, this.foreignIdentifier, 'unique'].join('_')
console.log(uniqueKey)
combinedTableAttributes[this.identifier] = {type: sourceKeyType, unique: uniqueKey}
combinedTableAttributes[this.foreignIdentifier] = {type: targetKeyType, unique: uniqueKey}
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!