Sha256: 7fcaeda781390e4a0d7d7491231c59050346a1cbf129f7bd657bd626682ac090

Contents?: true

Size: 182 Bytes

Versions: 22

Compression:

Stored size: 182 Bytes

Contents

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

Version data entries

22 entries across 22 versions & 1 rubygems

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