if (params.upFile !== undefined) {
    const sqlFileName = params.upFile;
    const taskName = `up migration ${sqlFileName}`;

    result.up = createMigrationExecutor({