Sha256: 425cd1f448312948ccbc567646c5098cf1ddc61ff809394cf26c571c5737d9d0
Contents?: true
Size: 134 Bytes
Versions: 18
Compression:
Stored size: 134 Bytes
Contents
class AddBranchToTestRuns < ActiveRecord::Migration def change add_column :test_runs, :branch, :string, :null => true end end
Version data entries
18 entries across 18 versions & 1 rubygems