Sha256: 6337d49e6bc386a3a9e92a91b0aa7c483c775283e886b654755dc31d68187db4

Contents?: true

Size: 405 Bytes

Versions: 23

Compression:

Stored size: 405 Bytes

Contents

# This migration comes from tb_permalinks (originally 20120306195503)
class CreateSpudPermalinks < ActiveRecord::Migration
  def change
    create_table :spud_permalinks do |t|
      t.string :url_name
      t.string :attachment_type
      t.integer :attachment_id
      t.timestamps
    end
    add_index :spud_permalinks, [:attachment_type,:attachment_id], :name => "idx_permalink_attachment"
  end
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
tb_blog-1.3.3 spec/dummy/db/migrate/20140110180415_create_spud_permalinks.tb_permalinks.rb
tb_cms-1.2.3 spec/dummy/db/migrate/20141231214455_create_spud_permalinks.tb_permalinks.rb
tb_blog-1.3.2 spec/dummy/db/migrate/20140110180415_create_spud_permalinks.tb_permalinks.rb
tb_cms-1.2.2 spec/dummy/db/migrate/20141231214455_create_spud_permalinks.tb_permalinks.rb
tb_blog-1.3.1 spec/dummy/db/migrate/20140110180415_create_spud_permalinks.tb_permalinks.rb
tb_cms-1.2.1 spec/dummy/db/migrate/20141231214455_create_spud_permalinks.tb_permalinks.rb
tb_blog-1.3.0 spec/dummy/db/migrate/20140110180415_create_spud_permalinks.tb_permalinks.rb
tb_cms-1.2.0 spec/dummy/db/migrate/20141231214455_create_spud_permalinks.tb_permalinks.rb
tb_cms-1.2.0.beta3 spec/dummy/db/migrate/20141231214455_create_spud_permalinks.tb_permalinks.rb
tb_blog-1.3.0.beta1 spec/dummy/db/migrate/20140110180415_create_spud_permalinks.tb_permalinks.rb
tb_cms-1.2.0.beta1 spec/dummy/db/migrate/20140110051459_create_spud_permalinks.tb_permalinks.rb
tb_cms-1.1.5 spec/dummy/db/migrate/20140110051459_create_spud_permalinks.tb_permalinks.rb
tb_blog-1.2.1 spec/dummy/db/migrate/20140110180415_create_spud_permalinks.tb_permalinks.rb
tb_blog-1.2.0 spec/dummy/db/migrate/20140110180415_create_spud_permalinks.tb_permalinks.rb
tb_cms-1.1.4 spec/dummy/db/migrate/20140110051459_create_spud_permalinks.tb_permalinks.rb
tb_blog-1.1.3 spec/dummy/db/migrate/20140110180415_create_spud_permalinks.tb_permalinks.rb
tb_cms-1.1.3 spec/dummy/db/migrate/20140110051459_create_spud_permalinks.tb_permalinks.rb
tb_cms-1.1.2 spec/dummy/db/migrate/20140110051459_create_spud_permalinks.tb_permalinks.rb
tb_blog-1.1.2 spec/dummy/db/migrate/20140110180415_create_spud_permalinks.tb_permalinks.rb
tb_cms-1.1.1 spec/dummy/db/migrate/20140110051459_create_spud_permalinks.tb_permalinks.rb