class Pronto::RailsMigrations

def structure_sql_patches

def structure_sql_patches
  @patches.select { |patch| patch.new_file_full_path.to_s =~ /structure\.sql/ }
end