Sha256: b376b28350d93520fec8561895ca71861947a3d5ea7c139f5981b6e7a96fc175
Contents?: true
Size: 265 Bytes
Versions: 3
Compression:
Stored size: 265 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 t.integer :user_id end end end
Version data entries
3 entries across 3 versions & 1 rubygems