summaryrefslogtreecommitdiff
path: root/db/migrate/20140304015700_create_matches.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20140304015700_create_matches.rb')
-rw-r--r--db/migrate/20140304015700_create_matches.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrate/20140304015700_create_matches.rb b/db/migrate/20140304015700_create_matches.rb
deleted file mode 100644
index 6c0c157..0000000
--- a/db/migrate/20140304015700_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