Sha256: ebf3ddc3df7dd816b8a5140773d6c126dffd624aabf086cf98781ea5ed0a4bde
Contents?: true
Size: 222 Bytes
Versions: 2
Compression:
Stored size: 222 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tb_cms-1.3.0 | spec/dummy/db/migrate/20141231214470_add_site_id_to_spud_pages.tb_cms.rb |
tb_cms-1.3.beta1 | spec/dummy/db/migrate/20141231214470_add_site_id_to_spud_pages.tb_cms.rb |