1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Moved poolNumber generation to weight.

This commit is contained in:
2015-03-17 09:06:21 -04:00
parent d6a9abffac
commit c86f678fd1
7 changed files with 98 additions and 71 deletions

View File

@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150316131043) do
ActiveRecord::Schema.define(version: 20150317122709) do
create_table "matches", force: :cascade do |t|
t.integer "r_id"
@@ -89,7 +89,6 @@ ActiveRecord::Schema.define(version: 20150316131043) do
t.integer "season_win"
t.integer "season_loss"
t.string "criteria"
t.integer "poolNumber"
t.boolean "extra"
end