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

Got stuff working with matches being saved individually.

This commit is contained in:
2015-04-26 15:49:13 -04:00
parent 391e523b2e
commit dd44efa869
12 changed files with 97 additions and 128 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: 20150425173224) do
ActiveRecord::Schema.define(version: 20150426191006) do
create_table "matches", force: :cascade do |t|
t.integer "w1"
@@ -30,6 +30,8 @@ ActiveRecord::Schema.define(version: 20150425173224) do
t.integer "weight_id"
t.string "bracket_position"
t.integer "bracket_position_number"
t.string "loser1_name"
t.string "loser2_name"
end
create_table "mats", force: :cascade do |t|