# frozen_string_literal: true module FreedomPatches module SchemaMigrationDetails def exec_migration(conn, direction) rval = nil time = Benchmark.measure { rval = super } sql = <