Sha256: 7a295b4893e36cf51095de0749375fd3209d391a5b73e29547da6abe30ea1a4e

Contents?: true

Size: 336 Bytes

Versions: 11

Compression:

Stored size: 336 Bytes

Contents

class CreateSiblingDeploys < ActiveRecord::Migration
  def change
    create_table :sibling_deploys do |t|
      t.references :sibling
      t.references :instruction
      t.boolean :manual
      t.string :state
      t.string :git_repo
      t.string :heroku_repo
      t.string :heroku_app_name

      t.timestamps
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
g5_sibling_deployer_engine-0.7.0 db/migrate/002_create_sibling_deploys.rb
g5_sibling_deployer_engine-0.6.3 db/migrate/002_create_sibling_deploys.rb
g5_sibling_deployer_engine-0.6.2 db/migrate/002_create_sibling_deploys.rb
g5_sibling_deployer_engine-0.6.1 db/migrate/002_create_sibling_deploys.rb
g5_sibling_deployer_engine-0.5.0 db/migrate/002_create_sibling_deploys.rb
g5_sibling_deployer_engine-0.4.2 db/migrate/002_create_sibling_deploys.rb
g5_sibling_deployer_engine-0.4.1 db/migrate/002_create_sibling_deploys.rb
g5_sibling_deployer_engine-0.4.0 db/migrate/002_create_sibling_deploys.rb
g5_sibling_deployer_engine-0.3.3 db/migrate/002_create_sibling_deploys.rb
g5_sibling_deployer_engine-0.3.2 db/migrate/002_create_sibling_deploys.rb
g5_sibling_deployer_engine-0.2.6 db/migrate/002_create_sibling_deploys.rb