summaryrefslogtreecommitdiff
path: root/db/migrate/20140220221236_create_matches.rb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-04 16:22:22 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-04 16:22:22 -0500
commitfb76b4db64583def6db3aac43e31c25d3bd489df (patch)
tree0e6934cc48811d40e103e911c101c4dc2df81f4e /db/migrate/20140220221236_create_matches.rb
parentd7d7636973b5d90bd9b245b4b1bac75a9d190a3f (diff)
Git is telling me to commit I dont know why
Diffstat (limited to 'db/migrate/20140220221236_create_matches.rb')
-rw-r--r--db/migrate/20140220221236_create_matches.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20140220221236_create_matches.rb b/db/migrate/20140220221236_create_matches.rb
deleted file mode 100644
index 6c0c157..0000000
--- a/db/migrate/20140220221236_create_matches.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-class CreateMatches < ActiveRecord::Migration
- def change
- create_table :matches do |t|
- t.references :tournament, index: true
-
- t.timestamps
- end
- end
-end