Sha256: 415e5923d282c6471c314501e794a0cf0279b35f21968bef468d013cce9a889c
Contents?: true
Size: 248 Bytes
Versions: 7
Compression:
Stored size: 248 Bytes
Contents
# This migration comes from tb_blog (originally 20140811152252) class AddBlogKeyToSpudPostComments < ActiveRecord::Migration def change add_column :spud_post_comments, :blog_key, :string add_index :spud_post_comments, :blog_key end end
Version data entries
7 entries across 7 versions & 1 rubygems