Sha256: b898fdc942fc1827abf24f05ca43a82719ae2adf17f1d65cc0c78dbaef7fb416
Contents?: true
Size: 333 Bytes
Versions: 29
Compression:
Stored size: 333 Bytes
Contents
class CreateShipitCommitDeploymentStatuses < ActiveRecord::Migration[4.2] def change create_table :commit_deployment_statuses do |t| t.references :commit_deployment, index: true, foreign_key: true t.string :status t.integer :github_id t.string :api_url t.timestamps null: false end end end
Version data entries
29 entries across 29 versions & 1 rubygems