Sha256: 11410c376df916c952c8bf0d6534a73700a299bbbcf45145f0338975702f6678
Contents?: true
Size: 279 Bytes
Versions: 23
Compression:
Stored size: 279 Bytes
Contents
# This migration comes from tb_permalinks (originally 20120329135522) class AddSiteIdToSpudPermalinks < ActiveRecord::Migration def change add_column :spud_permalinks, :site_id, :integer add_index :spud_permalinks, :site_id, :name => "idx_permalinks_site_id" end end
Version data entries
23 entries across 23 versions & 2 rubygems