Sha256: f618a0014567cab885a054ed5d5e283d2b3eecf16f8cbfcb8115374b5aa2ddd9

Contents?: true

Size: 403 Bytes

Versions: 29

Compression:

Stored size: 403 Bytes

Contents

class CreateShipitCommitDeployments < ActiveRecord::Migration[4.2]
  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

29 entries across 29 versions & 1 rubygems

Version Path
shipit-engine-0.39.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.38.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.37.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.36.1 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.36.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.35.1 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.35.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.34.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.33.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.32.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.31.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.30.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.29.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.28.1 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.28.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.27.1 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.27.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.26.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.25.1 db/migrate/20160303163611_create_shipit_commit_deployments.rb
shipit-engine-0.25.0 db/migrate/20160303163611_create_shipit_commit_deployments.rb