Sha256: 270ba61af637ac1950f88b43c1b4181875cec1cc7ef5132af33efb8a099b5ebc
Contents?: true
Size: 161 Bytes
Versions: 15
Compression:
Stored size: 161 Bytes
Contents
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