SUZUKI Miho
null+****@clear*****
Fri Sep 21 14:45:05 JST 2012
SUZUKI Miho 2012-09-21 14:45:05 +0900 (Fri, 21 Sep 2012) New Revision: eaee9a44e78973fba17fdb64028b93dcf35bd7bf https://github.com/logaling/logaling-server/commit/eaee9a44e78973fba17fdb64028b93dcf35bd7bf Log: Create UserConfig Modified files: db/schema.rb Modified: db/schema.rb (+9 -1) =================================================================== --- db/schema.rb 2012-09-21 12:04:27 +0900 (f259859) +++ db/schema.rb 2012-09-21 14:45:05 +0900 (a14088e) @@ -11,7 +11,7 @@ # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20120906084519) do +ActiveRecord::Schema.define(:version => 20120921054114) do create_table "github_projects", :force => true do |t| t.string "owner" @@ -20,6 +20,14 @@ ActiveRecord::Schema.define(:version => 20120906084519) do t.datetime "updated_at", :null => false end + create_table "user_configs", :force => true do |t| + t.string "glossary" + t.string "source_language" + t.string "target_language" + t.datetime "created_at", :null => false + t.datetime "updated_at", :null => false + end + create_table "user_glossaries", :force => true do |t| t.integer "user_id", :null => false t.string "name", :null => false -------------- next part -------------- An HTML attachment was scrubbed... Download