(b: AnyCb)
| 3150 | } |
| 3151 | // Drop owned connections / tools / definitions for this integration. |
| 3152 | const where = (b: AnyCb) => b("integration", "=", String(slug)); |
| 3153 | yield* core.deleteMany("tool", { where }); |
| 3154 | yield* core.deleteMany("definition", { where }); |
| 3155 | yield* core.deleteMany("connection", { where }); |