Sha256: ec02df28af124bba94d7796d7a7d55691ccc7dda530264e2c5c6677061609eb1
Contents?: true
Size: 369 Bytes
Versions: 8
Compression:
Stored size: 369 Bytes
Contents
# This migration comes from tb_blog (originally 20120127144942) class AddUrlToSpudPostCategories < ActiveRecord::Migration def change add_column :spud_post_categories, :parent_id, :integer, default: 0 add_column :spud_post_categories, :url_name, :string add_index :spud_post_categories, :parent_id add_index :spud_post_categories, :url_name end end
Version data entries
8 entries across 8 versions & 1 rubygems