Sha256: 80db4d5741fd947d0979b94ade9a23cc581f885d8d9ccc55cdc56a4b9dcd7f93
Contents?: true
Size: 287 Bytes
Versions: 10
Compression:
Stored size: 287 Bytes
Contents
class UpdateBoltConfigurationEnvironmentColumnRestrictions < ActiveRecord::Migration[6.1] def change remove_column :solidus_bolt_bolt_configurations, :environment, :integer add_column :solidus_bolt_bolt_configurations, :environment, :integer, null: false, default: 1 end end
Version data entries
10 entries across 10 versions & 1 rubygems