import { MigrationContext } from "../"; export default async (_context: MigrationContext): Promise => { throw new Error("Example failure message"); };