(b: AnyCb)
| 2060 | } |
| 2061 | // Drop owned connections / tools / definitions for this integration. |
| 2062 | const where = (b: AnyCb) => b("integration", "=", String(slug)); |
| 2063 | yield* core.deleteMany("tool", { where }); |
| 2064 | yield* core.deleteMany("definition", { where }); |
| 2065 | yield* core.deleteMany("connection", { where }); |