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