From 4e754e04d6bd04267e5a55011aa9f4f2a2fc7859 Mon Sep 17 00:00:00 2001 From: guntasgrewal Date: Tue, 25 Mar 2014 16:30:13 -0400 Subject: Tournament has a NAME now --- db/schema.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'db/schema.rb') diff --git a/db/schema.rb b/db/schema.rb index 0394946..952cb26 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: 20140325201109) do +ActiveRecord::Schema.define(version: 20140325202910) do create_table "alerts", force: true do |t| t.integer "author_id" @@ -139,6 +139,7 @@ ActiveRecord::Schema.define(version: 20140325201109) do add_index "tournament_options", ["tournament_id"], name: "index_tournament_options_on_tournament_id" create_table "tournaments", force: true do |t| + t.string "name" t.integer "game_id" t.integer "status" t.integer "min_players_per_team" -- cgit v1.2.3