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

7 lines
147 B
Ruby
Raw Normal View History

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