import type { PrismaClient } from '${prismaImportSource}'

export default async ({ db }: { db: PrismaClient }) => {
  // Migration here...
}
