Commit c94a730
committed
refactor(target-postgres): rename _ctx to ctx in resolveDropConstraint (it is used)
The _ prefix convention signals an unused parameter, but resolveDropConstraint
reads ctx.schemaName. Rename the parameter + usage site to match the
convention used elsewhere in this file.1 parent 995b07f commit c94a730
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| |||
0 commit comments