Sha256: b7c328dc51048a46e071263fb84ca7fd09fa58b9fb21f05b5cec6e24929761ef
Contents?: true
Size: 252 Bytes
Versions: 11
Compression:
Stored size: 252 Bytes
Contents
class AddContentPictureBgImageFields < ActiveRecord::Migration[5.0] def change add_column :content_pictures, :background_image, :boolean, after: 'target' add_column :content_pictures, :min_height, :integer, after: 'disallow_resize' end end
Version data entries
11 entries across 11 versions & 1 rubygems