Sha256: a28cd98c192aa7b7441cb6e2f66054f7e786dbd47173ae7760ef998be4c832d2
Contents?: true
Size: 254 Bytes
Versions: 26
Compression:
Stored size: 254 Bytes
Contents
class CompoundNamesDoNotStoreNameAndKey < ActiveRecord::Migration[6.0] def change change_column_null :cards, :name, true change_column_null :cards, :key, true Card.where.not(left_id: nil).in_batches.update_all name: nil, key: nil end end
Version data entries
26 entries across 26 versions & 1 rubygems