rosa-build/db/migrate/20120228100121_add_closed_b...

7 lines
120 B
Ruby
Raw Permalink Normal View History

2012-02-28 14:05:18 +00:00
class AddClosedByToIssue < ActiveRecord::Migration
def change
add_column :issues, :closed_by, :integer
end
end