summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-26 20:27:09 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-26 20:27:09 -0400
commit0776c57b939208736db60d38b4530e8b1c306ec6 (patch)
tree6a831d94039c9c86175b73af0aab525e6bd78983 /db/schema.rb
parent853c307700fa81b924e00bf430c878a3b7029ffe (diff)
parent62219ac4e3af36cc15c9ad61701550bee9a8424c (diff)
Merge branch 'clean2'
Conflicts: app/controllers/tournaments_controller.rb app/views/tournaments/index.html.erb app/views/tournaments/show.html.erb
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb7
1 files changed, 5 insertions, 2 deletions
diff --git a/db/schema.rb b/db/schema.rb
index d7e4efd..0616ef2 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20140424230712) do
+ActiveRecord::Schema.define(version: 20140427001542) do
create_table "alerts", force: true do |t|
t.integer "author_id"
@@ -97,6 +97,7 @@ ActiveRecord::Schema.define(version: 20140424230712) do
t.integer "set_rounds"
t.boolean "randomized_teams"
t.string "sampling_method"
+ t.string "scoring_method"
t.datetime "created_at"
t.datetime "updated_at"
end
@@ -254,8 +255,9 @@ ActiveRecord::Schema.define(version: 20140424230712) do
create_table "tournament_stages", force: true do |t|
t.integer "tournament_id"
- t.string "scheduling"
t.text "structure"
+ t.string "scheduling_method"
+ t.string "seeding_method"
t.datetime "created_at"
t.datetime "updated_at"
end
@@ -273,6 +275,7 @@ ActiveRecord::Schema.define(version: 20140424230712) do
t.integer "set_rounds"
t.boolean "randomized_teams"
t.string "sampling_method"
+ t.string "scoring_method"
t.datetime "created_at"
t.datetime "updated_at"
end