From b59aa7c21ae04a399639209717b980d731c5bf13 Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Mon, 3 Mar 2014 11:40:05 -0500 Subject: Some of the stuff I forgot to commit last night. Updated and cleaned up some pages as well as getting the gameType listing to work. --- db/migrate/20140304020911_create_games.rb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 db/migrate/20140304020911_create_games.rb (limited to 'db/migrate/20140304020911_create_games.rb') diff --git a/db/migrate/20140304020911_create_games.rb b/db/migrate/20140304020911_create_games.rb deleted file mode 100644 index 59d4ef0..0000000 --- a/db/migrate/20140304020911_create_games.rb +++ /dev/null @@ -1,13 +0,0 @@ -class CreateGames < ActiveRecord::Migration - def change - create_table :games do |t| - t.text :name - t.integer :players_per_team - t.integer :teams_per_match - t.integer :set_rounds - t.integer :randomized_teams - - t.timestamps - end - end -end -- cgit v1.2.3