Sha256: 99bcb1a81cd09d70762a97538e143a6880546e1ae5847eaea06ea6adddfa129e
Contents?: true
Size: 143 Bytes
Versions: 18
Compression:
Stored size: 143 Bytes
Contents
class AddAgentEmailToTestRuns < ActiveRecord::Migration def change add_column :test_runs, :agent_email, :string, :null => true end end
Version data entries
18 entries across 18 versions & 1 rubygems