From 072d425ee982b9b4a671bf07c9745fb00ace964d Mon Sep 17 00:00:00 2001 From: Malaber <32635600+Malaber@users.noreply.github.com> Date: Thu, 9 May 2019 09:08:10 +0200 Subject: [PATCH] Revert "Add winner column to match" This reverts commit d9bd0976 --- db/migrate/20190508210205_add_winner_to_match.rb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 db/migrate/20190508210205_add_winner_to_match.rb diff --git a/db/migrate/20190508210205_add_winner_to_match.rb b/db/migrate/20190508210205_add_winner_to_match.rb deleted file mode 100644 index 2064619..0000000 --- a/db/migrate/20190508210205_add_winner_to_match.rb +++ /dev/null @@ -1,5 +0,0 @@ -class AddWinnerToMatch < ActiveRecord::Migration[5.2] - def change - add_column :matches, :winner, :Team - end -end