(b: AnyCb)
| 1929 | } |
| 1930 | // Drop owned connections / tools / definitions for this integration. |
| 1931 | const where = (b: AnyCb) => b("integration", "=", String(slug)); |
| 1932 | yield* core.deleteMany("tool", { where }); |
| 1933 | yield* core.deleteMany("definition", { where }); |
| 1934 | yield* core.deleteMany("connection", { where }); |