| 1 | /* oxlint-disable executor/no-try-catch-or-throw -- boundary: out-of-band migration script over a raw postgres connection */ |
| 2 | // --------------------------------------------------------------------------- |
| 3 | // One-off data backfill: mint URL slugs for organizations that predate the |
| 4 | // slug column (added by migration 0003, nullable). |
nothing calls this directly
no test coverage detected