Sha256: e939e4f311f7afd3eb35287061834955180247b8f7dfc1d6ef5fc3e41aded351
Contents?: true
Size: 168 Bytes
Versions: 26
Compression:
Stored size: 168 Bytes
Contents
class RexSettingCategoryToDsl < ActiveRecord::Migration[6.0] def up Setting.where(category: 'Setting::RemoteExecution').update_all(category: 'Setting') end end
Version data entries
26 entries across 26 versions & 1 rubygems