Sha256: 7715c017e0523c603fa333ea1655ef66d1ea65870b7ec966309fe8750cc25034
Contents?: true
Size: 281 Bytes
Versions: 5
Compression:
Stored size: 281 Bytes
Contents
# This migration comes from tb_permalinks (originally 20120329135522) class AddSiteIdToSpudPermalinks < ActiveRecord::Migration[4.2] 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
5 entries across 5 versions & 1 rubygems