Sha256: 81e562c8e04fccf8727663580370b93f957709276467abbf54f818f7c78a65b4
Contents?: true
Size: 328 Bytes
Versions: 21
Compression:
Stored size: 328 Bytes
Contents
class CreateShipitCommitDeploymentStatuses < ActiveRecord::Migration 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
21 entries across 21 versions & 1 rubygems