Esqueci alguns arquivos..

This commit is contained in:
2008-03-04 07:07:30 -03:00
parent 11473aa23a
commit 99d5e2fd67
4 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
class EventTime < ActiveRecord::Migration
def self.up
change_column :events, :date, :date, :null => true
end
def self.down
end
end