Sha256: 969e371695629ffe39b36256808f1292c3ce13c30b4e3dfea4a259614aba4b72
Contents?: true
Size: 513 Bytes
Versions: 10
Compression:
Stored size: 513 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree (originally 20170608074534) class RenameBogusGateways < ActiveRecord::Migration[5.0] # This migration was only performing a data migration useful updating to # Solidus v2.3. # Once the update is done, this is no more required to run so we can clean # this file to just be a noop. # For more info on the original content see: # https://github.com/solidusio/solidus/pull/2001 def up # no-op end def down # no-op end end
Version data entries
10 entries across 10 versions & 2 rubygems