Sha256: 49f651c0e7503e9f73a6fba44aacded2732e400460a2887d4eb1b48a86547e79
Contents?: true
Size: 241 Bytes
Versions: 9
Compression:
Stored size: 241 Bytes
Contents
class AllowNullPromotionIds < ActiveRecord::Migration[7.0] def up change_column_null :friendly_promotion_actions, :promotion_id, true end def down change_column_null :friendly_promotion_actions, :promotion_id, false end end
Version data entries
9 entries across 9 versions & 1 rubygems