summaryrefslogtreecommitdiff
path: root/db/migrate/20140325202826_create_teams.rb
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-03-25 17:30:10 -0400
committerguntasgrewal <guntasgrewal@gmail.com>2014-03-25 17:30:10 -0400
commit0c22c4bd9a0b4a0b0ff5840c1af41c0b320e3529 (patch)
tree2fc2082814e513ec5d68b22e7fa07d268df6d788 /db/migrate/20140325202826_create_teams.rb
parent8435c0a5ec9889a9da6ede2e24c044d64b279095 (diff)
added match status
Diffstat (limited to 'db/migrate/20140325202826_create_teams.rb')
-rw-r--r--db/migrate/20140325202826_create_teams.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20140325202826_create_teams.rb b/db/migrate/20140325202826_create_teams.rb
deleted file mode 100644
index fdf9a68..0000000
--- a/db/migrate/20140325202826_create_teams.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-class CreateTeams < ActiveRecord::Migration
- def change
- create_table :teams do |t|
- t.references :match, index: true
-
- t.timestamps
- end
- end
-end