Sha256: 76a683f9950bbefca8d92973927cfd585061c26b9ad80aa19fbdb92fdf7a2cc5
Contents?: true
Size: 245 Bytes
Versions: 38
Compression:
Stored size: 245 Bytes
Contents
# This migration comes from spud_permalinks (originally 20120329135522) class AddSiteIdToSpudPermalinks < ActiveRecord::Migration def change add_column :spud_permalinks, :site_id, :integer add_index :spud_permalinks,:site_id end end
Version data entries
38 entries across 38 versions & 2 rubygems