Sha256: b898fdc942fc1827abf24f05ca43a82719ae2adf17f1d65cc0c78dbaef7fb416

Contents?: true

Size: 333 Bytes

Versions: 29

Compression:

Stored size: 333 Bytes

Contents

class CreateShipitCommitDeploymentStatuses < ActiveRecord::Migration[4.2]
  def change
    create_table :commit_deployment_statuses do |t|
      t.references :commit_deployment, index: true, foreign_key: true
      t.string :status
      t.integer :github_id
      t.string :api_url

      t.timestamps null: false
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

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