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

Renamed boutNumber to bout_number to make the field consistent with the rest of the domain and database schema.

This commit is contained in:
R.J. Osborne
2015-05-17 08:13:52 -04:00
parent f54937e9fe
commit f6dd4e8625
11 changed files with 45 additions and 40 deletions

View File

@@ -26,7 +26,7 @@ ActiveRecord::Schema.define(version: 20150427163818) do
t.integer "tournament_id"
t.integer "round"
t.integer "finished"
t.integer "boutNumber"
t.integer "bout_number"
t.integer "weight_id"
t.string "bracket_position"
t.integer "bracket_position_number"