Sha256: c928a917a2cf17dde566666a7ad7f4b3d0b3e905787a186a09a8d3cd6691d98b
Contents?: true
Size: 220 Bytes
Versions: 12
Compression:
Stored size: 220 Bytes
Contents
# This migration comes from tb_cms (originally 20120329132314) class AddSiteIdToSpudPages < ActiveRecord::Migration def change add_column :spud_pages, :site_id, :integer add_index :spud_pages,:site_id end end
Version data entries
12 entries across 12 versions & 1 rubygems