Sha256: d55f2fc80bbe7ee07950e8743102f643e810116c44c1c1874ccd21594e8637b5
Contents?: true
Size: 296 Bytes
Versions: 47
Compression:
Stored size: 296 Bytes
Contents
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
47 entries across 47 versions & 2 rubygems