summaryrefslogtreecommitdiff
path: root/db/migrate/20140306024711_create_matches.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20140306024711_create_matches.rb')
-rw-r--r--db/migrate/20140306024711_create_matches.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/db/migrate/20140306024711_create_matches.rb b/db/migrate/20140306024711_create_matches.rb
deleted file mode 100644
index 325863d..0000000
--- a/db/migrate/20140306024711_create_matches.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-class CreateMatches < ActiveRecord::Migration
- def change
- create_table :matches do |t|
- t.references :tournament, index: true
- t.string :name
-
- t.timestamps
- end
- end
-end