Sha256: fdb1a56a48a5a779ac658eb570bfcc72a75c5d301685b1c68d8a9265b4be0f0e
Contents?: true
Size: 252 Bytes
Versions: 10
Compression:
Stored size: 252 Bytes
Contents
class SwapUrlForEnvBooleanInBoltConfiguration < ActiveRecord::Migration[6.1] def change add_column :solidus_bolt_bolt_configurations, :environment, :integer remove_column :solidus_bolt_bolt_configurations, :environment_url, :string end end
Version data entries
10 entries across 10 versions & 1 rubygems