diff options
author | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-06 17:25:40 -0500 |
---|---|---|
committer | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-06 17:25:40 -0500 |
commit | f5d36fc67d1994b7cc1ce02e7be2767ffcb47857 (patch) | |
tree | 03afe3bea27d2963525d7509690ec6b39e5648f9 /db/migrate/20140306024720_create_games.rb | |
parent | d0545c2820d101a98b3c895cf6e3691145a62f3c (diff) |
new generate
Diffstat (limited to 'db/migrate/20140306024720_create_games.rb')
-rw-r--r-- | db/migrate/20140306024720_create_games.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/db/migrate/20140306024720_create_games.rb b/db/migrate/20140306024720_create_games.rb deleted file mode 100644 index 59d4ef0..0000000 --- a/db/migrate/20140306024720_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 |