(b: AnyCb)
| 1969 | } |
| 1970 | // Drop owned connections / tools / definitions for this integration. |
| 1971 | const where = (b: AnyCb) => b("integration", "=", String(slug)); |
| 1972 | yield* core.deleteMany("tool", { where }); |
| 1973 | yield* core.deleteMany("definition", { where }); |
| 1974 | yield* core.deleteMany("connection", { where }); |