Sha256: a70cb761f2fb0db32505da450f05447ad938adb6d5246e940ce8f177add19431

Contents?: true

Size: 361 Bytes

Versions: 1

Compression:

Stored size: 361 Bytes

Contents

# This migration comes from g5_sibling_deployer_engine_engine (originally 1)
class CreateSiblings < ActiveRecord::Migration
  def change
    create_table :siblings do |t|
      t.string :uid
      t.string :name
      t.string :git_repo
      t.string :heroku_repo
      t.string :heroku_app_name
      t.boolean :main_app

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
g5_sibling_deployer_engine-0.7.0 spec/dummy/db/migrate/20150430182533_create_siblings.g5_sibling_deployer_engine_engine.rb