Sha256: 121ead772088b382c54a7a6210fbaff372010f09cc20bb9a8a1dc07892bd8ef8
Contents?: true
Size: 284 Bytes
Versions: 34
Compression:
Stored size: 284 Bytes
Contents
class AddLayoutToContentElements < ActiveRecord::Migration[5.0] def change remove_column :pulitzer_content_elements, :kind, :integer add_column :pulitzer_content_elements, :layout_id, :integer add_column :pulitzer_content_elements, :custom_option_id, :integer end end
Version data entries
34 entries across 34 versions & 1 rubygems