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

Version Path
tb_cms-1.3.6 spec/dummy/db/migrate/20141231214456_add_site_id_to_spud_permalinks.tb_permalinks.rb
tb_cms-1.3.5 spec/dummy/db/migrate/20141231214456_add_site_id_to_spud_permalinks.tb_permalinks.rb
tb_cms-1.3.3 spec/dummy/db/migrate/20141231214456_add_site_id_to_spud_permalinks.tb_permalinks.rb
tb_cms-1.3.2 spec/dummy/db/migrate/20141231214456_add_site_id_to_spud_permalinks.tb_permalinks.rb
tb_cms-1.3.1 spec/dummy/db/migrate/20141231214456_add_site_id_to_spud_permalinks.tb_permalinks.rb