Sha256: a71479479e4a6b2b06324802088a7ae839d65dfc8f305503dd92e16a470bb76b
Contents?: true
Size: 513 Bytes
Versions: 20
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
20 entries across 20 versions & 7 rubygems