Sha256: e3c46980b5748399baa63b7225b7d893a9e47a7150751836867aeb6af32f9554
Contents?: true
Size: 417 Bytes
Versions: 4
Compression:
Stored size: 417 Bytes
Contents
class AddFlexFieldsToPagePositions < ActiveRecord::Migration def change add_column :refinery_page_positions, :refinery_resource_id, :integer add_column :refinery_page_positions, :refinery_resource_type, :string add_column :refinery_page_positions, :title_attribute, :string add_column :refinery_page_positions, :custom_url, :string add_column :refinery_page_positions, :label, :string end end
Version data entries
4 entries across 4 versions & 2 rubygems