Sha256: 08c74e0a82e02722110951a9b3cf63f09fc1e96025586062b019f37efa534af1
Contents?: true
Size: 220 Bytes
Versions: 16
Compression:
Stored size: 220 Bytes
Contents
# This migration comes from tb_blog (originally 20140406182651) class AddPrimaryKeyToSpudPostCategoriesPosts < ActiveRecord::Migration def change add_column :spud_post_categories_posts, :id, :primary_key end end
Version data entries
16 entries across 16 versions & 1 rubygems