Sha256: 6a5a1e195468abd7ec7099c2aed8376ee52b5013edd0232bce23d7e8e391e3e1

Contents?: true

Size: 147 Bytes

Versions: 12

Compression:

Stored size: 147 Bytes

Contents

class AddShaToCommitDeployments < ActiveRecord::Migration[6.0]
  def change
    add_column :commit_deployments, :sha, :string, limit: 40
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
shipit-engine-0.39.0 db/migrate/20200109132519_add_sha_to_commit_deployments.rb
shipit-engine-0.38.0 db/migrate/20200109132519_add_sha_to_commit_deployments.rb
shipit-engine-0.37.0 db/migrate/20200109132519_add_sha_to_commit_deployments.rb
shipit-engine-0.36.1 db/migrate/20200109132519_add_sha_to_commit_deployments.rb
shipit-engine-0.36.0 db/migrate/20200109132519_add_sha_to_commit_deployments.rb
shipit-engine-0.35.1 db/migrate/20200109132519_add_sha_to_commit_deployments.rb
shipit-engine-0.35.0 db/migrate/20200109132519_add_sha_to_commit_deployments.rb
shipit-engine-0.34.0 db/migrate/20200109132519_add_sha_to_commit_deployments.rb
shipit-engine-0.33.0 db/migrate/20200109132519_add_sha_to_commit_deployments.rb
shipit-engine-0.32.0 db/migrate/20200109132519_add_sha_to_commit_deployments.rb
shipit-engine-0.31.0 db/migrate/20200109132519_add_sha_to_commit_deployments.rb
shipit-engine-0.30.0 db/migrate/20200109132519_add_sha_to_commit_deployments.rb