Messed up event migration

This commit is contained in:
Godwin
2014-03-15 13:46:24 -06:00
parent 8e26bb1797
commit 243c47a6e7
2 changed files with 23 additions and 3 deletions
+2 -2
View File
@@ -4,9 +4,9 @@ class CreateEvents < ActiveRecord::Migration
t.string :title
t.string :slug
t.integer :event_type_id
t.conference_id :conference
t.integer :conference_id
t.text :info
t.location_id :location
t.integer :location_id
t.datetime :start_time
t.datetime :end_time