From 88204381fbdef9d9f80d796b695b1e7e0b8f6814 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 6 Mar 2014 21:39:34 -0500 Subject: fix the tournament_{player,host}s join tables --- db/migrate/20140307022643_create_matches.rb | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 db/migrate/20140307022643_create_matches.rb (limited to 'db/migrate/20140307022643_create_matches.rb') diff --git a/db/migrate/20140307022643_create_matches.rb b/db/migrate/20140307022643_create_matches.rb deleted file mode 100644 index 325863d..0000000 --- a/db/migrate/20140307022643_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 -- cgit v1.2.3-54-g00ecf