Sha256: bc522993e8dcf767ab7fa6ded7d529b5f8017166a1fd6dc1e28d86f9a761af36

Contents?: true

Size: 398 Bytes

Versions: 21

Compression:

Stored size: 398 Bytes

Contents

class CreateShipitCommitDeployments < ActiveRecord::Migration
  def change
    create_table :commit_deployments do |t|
      t.references :commit, foreign_key: true
      t.references :task, index: true, foreign_key: true
      t.integer :github_id, null: true
      t.string :api_url, null: true

      t.timestamps null: false

      t.index %i(commit_id task_id), unique: true
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
shipit-engine-0.18.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.17.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.16.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.15.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.14.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.13.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.12.1 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.12.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.11.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.10.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.9.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.8.9 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.8.8 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.8.7 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.8.6 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.8.5 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.8.4 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.8.3 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.8.2 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.8.1 db/migrate/20160303163611_create_shipit_commit_deployments.rb