Sha256: 86408c58da1b4662bdc85e9e2274b88a9c5080f95f77ce161055db1763dc6139

Contents?: true

Size: 283 Bytes

Versions: 12

Compression:

Stored size: 283 Bytes

Contents

class AddSkipToFirstChildAndTemplatesToSpinaPages < ActiveRecord::Migration
  def change
    add_column :spina_pages, :skip_to_first_child, :boolean, default: false
    add_column :spina_pages, :view_template, :string
    add_column :spina_pages, :layout_template, :string
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
spina-0.6.22 db/migrate/20130719120007_add_skip_to_first_child_and_templates_to_spina_pages.rb
spina-0.6.21 db/migrate/20130719120007_add_skip_to_first_child_and_templates_to_spina_pages.rb
spina-0.6.20 db/migrate/20130719120007_add_skip_to_first_child_and_templates_to_spina_pages.rb
spina-0.6.19 db/migrate/20130719120007_add_skip_to_first_child_and_templates_to_spina_pages.rb
spina-0.6.18 db/migrate/20130719120007_add_skip_to_first_child_and_templates_to_spina_pages.rb
spina-0.6.17 db/migrate/20130719120007_add_skip_to_first_child_and_templates_to_spina_pages.rb
spina-0.6.16 db/migrate/20130719120007_add_skip_to_first_child_and_templates_to_spina_pages.rb
spina-0.6.15 db/migrate/20130719120007_add_skip_to_first_child_and_templates_to_spina_pages.rb
spina-0.6.14 db/migrate/20130719120007_add_skip_to_first_child_and_templates_to_spina_pages.rb
spina-0.6.13 db/migrate/20130719120007_add_skip_to_first_child_and_templates_to_spina_pages.rb
spina-0.6.12 db/migrate/20130719120007_add_skip_to_first_child_and_templates_to_spina_pages.rb
spina-0.6.11 db/migrate/20130719120007_add_skip_to_first_child_and_templates_to_spina_pages.rb