From 5200e238a9a9232d068aa1efef3708d27076a50a Mon Sep 17 00:00:00 2001 From: Wen Date: Tue, 18 Mar 2014 09:28:40 +0800 Subject: [PATCH] = =| --- db/schema.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index 2bda4fcc1..071a4b44c 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20131224021723) do +ActiveRecord::Schema.define(:version => 20140318011702) do create_table "activities", :force => true do |t| t.integer "act_id", :null => false @@ -173,6 +173,7 @@ ActiveRecord::Schema.define(:version => 20131224021723) do t.string "setup_time" t.string "endup_time" t.string "class_period" + t.string "school" end create_table "custom_fields", :force => true do |t|