[logaling-commit] logaling/logaling-server [master] Add description to user_glossaries

Back to archive index

SUZUKI Miho null+****@clear*****
Wed Oct 3 16:22:21 JST 2012


SUZUKI Miho	2012-10-03 16:22:21 +0900 (Wed, 03 Oct 2012)

  New Revision: 8d1d18a57f2a2d090e5fb80794fe846f0ae5f433
  https://github.com/logaling/logaling-server/commit/8d1d18a57f2a2d090e5fb80794fe846f0ae5f433

  Merged eb0365e: Merge pull request #23 from logaling/add-description-to-user-glossary

  Log:
    Add description to user_glossaries

  Added files:
    db/migrate/20121003071506_add_description_to_user_glossary.rb
  Modified files:
    db/schema.rb

  Added: db/migrate/20121003071506_add_description_to_user_glossary.rb (+5 -0) 100644
===================================================================
--- /dev/null
+++ db/migrate/20121003071506_add_description_to_user_glossary.rb    2012-10-03 16:22:21 +0900 (b76660f)
@@ -0,0 +1,5 @@
+class AddDescriptionToUserGlossary < ActiveRecord::Migration
+  def change
+    add_column :user_glossaries, :description, :string
+  end
+end

  Modified: db/schema.rb (+2 -1)
===================================================================
--- db/schema.rb    2012-10-03 15:26:34 +0900 (5dcc748)
+++ db/schema.rb    2012-10-03 16:22:21 +0900 (5f1bba5)
@@ -11,7 +11,7 @@
 #
 # It's strongly recommended to check this file into your version control system.
 
-ActiveRecord::Schema.define(:version => 20120924072013) do
+ActiveRecord::Schema.define(:version => 20121003071506) do
 
   create_table "github_projects", :force => true do |t|
     t.string   "owner"
@@ -48,6 +48,7 @@ ActiveRecord::Schema.define(:version => 20120924072013) do
     t.string   "target_language", :null => false
     t.datetime "created_at",      :null => false
     t.datetime "updated_at",      :null => false
+    t.string   "description"
   end
 
   add_index "user_glossaries", ["user_id"], :name => "index_user_glossaries_on_user_id"
-------------- next part --------------
An HTML attachment was scrubbed...
Télécharger 



More information about the logaling-commit mailing list
Back to archive index