Sha256: 863d2a71046e424e9bab17e3b84f76e62caf405fdbc2504c5851381fea31bb14
Contents?: true
Size: 156 Bytes
Versions: 18
Compression:
Stored size: 156 Bytes
Contents
class AddPrimaryKeyToSpudPostCategoriesPosts < ActiveRecord::Migration def change add_column :spud_post_categories_posts, :id, :primary_key end end
Version data entries
18 entries across 18 versions & 1 rubygems