Sha256: 3234442d83e551927963c9a02c8f2b3af2df23917dc55a204e44b7424e71310d
Contents?: true
Size: 183 Bytes
Versions: 4
Compression:
Stored size: 183 Bytes
Contents
class RenameConfigToOption < ActiveRecord::Migration["#{Rails::VERSION::MAJOR}.#{Rails::VERSION::MINOR}"] def change rename_column :dq_admin_fields, :config, :options end end
Version data entries
4 entries across 4 versions & 1 rubygems