(id, propName)
| 216 | } |
| 217 | |
| 218 | removeProperty(id, propName) { |
| 219 | const mapping = this.getMapping(id); |
| 220 | delete mapping.properties[propName]; |
| 221 | return this; |
| 222 | } |
| 223 | |
| 224 | getColumnAssignments() { |
| 225 | const columnAssignments = new Map(); |
no test coverage detected