Esqueci alguns arquivos..
This commit is contained in:
8
db/migrate/029_event_time.rb
Normal file
8
db/migrate/029_event_time.rb
Normal 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
|
||||
Reference in New Issue
Block a user