rosa-build/db/migrate/20120228094721_add_closed_a...

6 lines
120 B
Ruby
Raw Permalink Normal View History

2012-02-28 14:05:18 +00:00
class AddClosedAtToIssue < ActiveRecord::Migration
def change
add_column :issues, :closed_at, :datetime
end
end