Sha256: 116bd8ae7e8dba24b640db246d96086d649ff049c09ad974ec6180a32894bec4
Contents?: true
Size: 225 Bytes
Versions: 15
Compression:
Stored size: 225 Bytes
Contents
# This migration comes from tb_blog (originally 20140808132950) class AddBlogKeyToSpudPosts < ActiveRecord::Migration def change add_column :spud_posts, :blog_key, :string add_index :spud_posts, :blog_key end end
Version data entries
15 entries across 15 versions & 1 rubygems