Sha256: f519017a2a4ffa12a62623a74796d8cc2cffc8424f7c171f2f7a3bab3ba6a93d
Contents?: true
Size: 240 Bytes
Versions: 62
Compression:
Stored size: 240 Bytes
Contents
class CreateHubstatsDeploys < ActiveRecord::Migration def change create_table :hubstats_deploys do |t| t.string :git_revision t.integer :repo_id t.timestamp :deployed_at t.string :deployed_by end end end
Version data entries
62 entries across 62 versions & 1 rubygems