Sha256: 05aeb7600328caad9080a350e1a136de26c6412c3cd6955b8b4d6683b2660e24

Contents?: true

Size: 360 Bytes

Versions: 2

Compression:

Stored size: 360 Bytes

Contents

# This migration comes from tb_cms (originally 20121112212113)
class CreateSpudPageLiquidTags < ActiveRecord::Migration
  def change
    create_table :spud_page_liquid_tags do |t|
      t.integer :spud_page_partial_id
      t.string :tag_name
      t.string :value
      t.timestamps
    end
    add_index :spud_page_liquid_tags, [:tag_name, :value]
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tb_cms-1.3.0 spec/dummy/db/migrate/20141231214478_create_spud_page_liquid_tags.tb_cms.rb
tb_cms-1.3.beta1 spec/dummy/db/migrate/20141231214478_create_spud_page_liquid_tags.tb_cms.rb