Sha256: 03bba4d7b7b5b9a10d95b04ce4257af41f3df1d99603fdd2b627494238872d13
Contents?: true
Size: 276 Bytes
Versions: 2
Compression:
Stored size: 276 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
2 entries across 2 versions & 1 rubygems