Sha256: 63591f7ece49ead3f7bbf61f8a27193979161eaa18f4be7c7b067a9793a91483

Contents?: true

Size: 158 Bytes

Versions: 10

Compression:

Stored size: 158 Bytes

Contents

class AddPullRequestHeadShaToCommit < ActiveRecord::Migration[6.0]
  def change
    add_column :commits, :pull_request_head_sha, :string, limit: 40
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
shipit-engine-0.39.0 db/migrate/20200427135152_add_pull_request_head_sha_to_commit.rb
shipit-engine-0.38.0 db/migrate/20200427135152_add_pull_request_head_sha_to_commit.rb
shipit-engine-0.37.0 db/migrate/20200427135152_add_pull_request_head_sha_to_commit.rb
shipit-engine-0.36.1 db/migrate/20200427135152_add_pull_request_head_sha_to_commit.rb
shipit-engine-0.36.0 db/migrate/20200427135152_add_pull_request_head_sha_to_commit.rb
shipit-engine-0.35.1 db/migrate/20200427135152_add_pull_request_head_sha_to_commit.rb
shipit-engine-0.35.0 db/migrate/20200427135152_add_pull_request_head_sha_to_commit.rb
shipit-engine-0.34.0 db/migrate/20200427135152_add_pull_request_head_sha_to_commit.rb
shipit-engine-0.33.0 db/migrate/20200427135152_add_pull_request_head_sha_to_commit.rb
shipit-engine-0.32.0 db/migrate/20200427135152_add_pull_request_head_sha_to_commit.rb