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