Sha256: 54565bcdd503c4be167cbd57d3e5fb3c9f63687eacf6e406cb4b4f8496c73275
Contents?: true
Size: 239 Bytes
Versions: 19
Compression:
Stored size: 239 Bytes
Contents
# This migration comes from tb_blog (originally 20120309181917) class AddMetaToPosts < ActiveRecord::Migration def change add_column :spud_posts, :meta_keywords, :string add_column :spud_posts, :meta_description, :text end end
Version data entries
19 entries across 19 versions & 1 rubygems