Sha256: f426146a633096fd54faf27fc04ee404e3504b92da37d7564f9d8017ff3a9bfc
Contents?: true
Size: 213 Bytes
Versions: 17
Compression:
Stored size: 213 Bytes
Contents
class CreateDeploys < ActiveRecord::Migration def change create_table :deploys do |t| t.references :project t.references :environment t.string :commit t.timestamps end end end
Version data entries
17 entries across 17 versions & 1 rubygems