Sha256: 52cd22efbc5f529b375b2e6c1593c9f467eeb4fe93d36941f9532a63f7dc43ea
Contents?: true
Size: 162 Bytes
Versions: 5
Compression:
Stored size: 162 Bytes
Contents
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