Sha256: 6587f3c1b42b71f17387dbcb08e91c2f6e98274c9245c9564a2835a8141b89f9

Contents?: true

Size: 184 Bytes

Versions: 26

Compression:

Stored size: 184 Bytes

Contents

class AddTypeToPagePartContents < ActiveRecord::Migration
  def self.up
    add_column :contents, :type, :string
  end
  
  def self.down
    remove_column :contents, :type
  end  
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
kuhsaft-0.2.legacy4 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.3.4.legacy3 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.2.legacy3 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.2.legacy2 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.2.legacy lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.3.4.legacy2 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.3.4.legacy lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.3.6 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.3.5 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.3.4 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.3.4.rc2 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.3.4.rc1 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.3.3 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.3.2 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.2.5 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.2.4 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.2.3 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.3.1 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.3.0 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb
kuhsaft-0.2.2 lib/templates/kuhsaft/install/add_type_to_page_part_contents.rb