Sha256: 5806072b4cdf706d0e11d01ba651748052654b85bc434597e0624cda75084c9e
Contents?: true
Size: 338 Bytes
Versions: 46
Compression:
Stored size: 338 Bytes
Contents
class AddAlignmentOptionsToContentRows < ActiveRecord::Migration[5.0] def change add_column :content_rows, :full_width, :boolean, after: 'rowable_id' add_column :content_rows, :horizontal_alignment, :string, after: 'full_width' add_column :content_rows, :vertical_alignment, :string, after: 'horizontal_alignment' end end
Version data entries
46 entries across 46 versions & 1 rubygems