Sha256: c37fbc89d6e18a131c967523022761784b4cc8be94a257f1cb4cc129d77ddd1d

Contents?: true

Size: 228 Bytes

Versions: 28

Compression:

Stored size: 228 Bytes

Contents

class LinkTasksAndReleases < ActiveRecord::Migration
  def change
    create_table :releases_tasks, :id => false do |t|
      t.references :release, :task
      t.index [:release_id, :task_id], :unique => true
    end
  end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
houston-core-0.9.2 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.9.1 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.9.0 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.9.0.rc1 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.8.4 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.8.3 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.8.2 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.8.1 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.8.0 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.8.0.pre2 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.8.0.pre db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.7.0 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.7.0.beta4 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.7.0.beta3 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.7.0.beta2 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.7.0.beta db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.6.3 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.6.2 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.6.1 db/migrate/20140516005310_link_tasks_and_releases.rb
houston-core-0.6.0 db/migrate/20140516005310_link_tasks_and_releases.rb