db migrate file

3-1-stable
Steven Verbeek 2012-03-17 01:17:37 -03:00
parent 94fd9a6e47
commit 7e2f489017
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
class AddDescriptionToIssues < ActiveRecord::Migration
def change
add_column :issues, :description, :text
end
end