Sha256: 6740577efe9f6deeae6fac311526d916568cf5178b646ec1150482c30b77991f
Contents?: true
Size: 239 Bytes
Versions: 25
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true class FixRhCloudSettingsCategoryToDsl < ActiveRecord::Migration[6.0] def up Setting.where(category: 'Setting::RhCloud').update_all(category: 'Setting') if column_exists?(:settings, :category) end end
Version data entries
25 entries across 25 versions & 1 rubygems