Sha256: b4ef7c95ab087158df975426ca6940710892856cdf0196bf18eccc3f92491849
Contents?: true
Size: 185 Bytes
Versions: 3
Compression:
Stored size: 185 Bytes
Contents
class CreateSeoMetaKeywords < ActiveRecord::Migration def up add_column :seo_meta, :meta_keywords, :string end def down remove_column :seo_meta, :meta_keywords end end
Version data entries
3 entries across 3 versions & 1 rubygems