[Groonga-commit] droonga/presentation-trbmeetup-droonga at c323dae [master] Fix wrong method

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 9 11:10:59 JST 2015


Kouhei Sutou	2015-02-09 11:10:59 +0900 (Mon, 09 Feb 2015)

  New Revision: c323dae315a8b4e0a59382cc24b375675bdb92bc
  https://github.com/droonga/presentation-trbmeetup-droonga/commit/c323dae315a8b4e0a59382cc24b375675bdb92bc

  Message:
    Fix wrong method
    
    Sorry.

  Modified files:
    fast-fulltext-search-in-ruby-groonga-rroonga-droonga.md

  Modified: fast-fulltext-search-in-ruby-groonga-rroonga-droonga.md (+1 -1)
===================================================================
--- fast-fulltext-search-in-ruby-groonga-rroonga-droonga.md    2015-02-09 11:08:32 +0900 (55ceca8)
+++ fast-fulltext-search-in-ruby-groonga-rroonga-droonga.md    2015-02-09 11:10:59 +0900 (381430a)
@@ -256,7 +256,7 @@ Groonga::Database.open("/tmp/bookmark.db")
 # Usage: Schema
 
 ~~~
-Groonga::Schema.create do |schema|
+Groonga::Schema.define do |schema|
   schema.create_table("Items",
                       type:     :hash,
                       key_type: "ShortText") do |table|
-------------- next part --------------
HTML����������������������������...
Download 



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