Sha256: 6dd4b32ce711740aa02f1cb85f266464185455020632fd30e22ac5d946aa5f84
Contents?: true
Size: 164 Bytes
Versions: 37
Compression:
Stored size: 164 Bytes
Contents
class AddNoGuttersToContentRow < ActiveRecord::Migration[5.0] def change add_column :content_rows, :no_gutters, :boolean, after: 'background_color' end end
Version data entries
37 entries across 37 versions & 1 rubygems