summaryrefslogtreecommitdiff
path: root/db/migrate/20140228014045_create_games.rb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-04 16:22:22 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-04 16:22:22 -0500
commitfb76b4db64583def6db3aac43e31c25d3bd489df (patch)
tree0e6934cc48811d40e103e911c101c4dc2df81f4e /db/migrate/20140228014045_create_games.rb
parentd7d7636973b5d90bd9b245b4b1bac75a9d190a3f (diff)
Git is telling me to commit I dont know why
Diffstat (limited to 'db/migrate/20140228014045_create_games.rb')
-rw-r--r--db/migrate/20140228014045_create_games.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/db/migrate/20140228014045_create_games.rb b/db/migrate/20140228014045_create_games.rb
deleted file mode 100644
index 59d4ef0..0000000
--- a/db/migrate/20140228014045_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