[Groonga-commit] droonga/droonga-engine at 6ddf34d [master] Add missing parameter

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 7 16:43:28 JST 2014


YUKI Hiroshi	2014-11-07 16:43:28 +0900 (Fri, 07 Nov 2014)

  New Revision: 6ddf34d44d44536bd5d607ab3925c69e52acb89e
  https://github.com/droonga/droonga-engine/commit/6ddf34d44d44536bd5d607ab3925c69e52acb89e

  Message:
    Add missing parameter

  Modified files:
    test/command/fixture/event.jsons

  Modified: test/command/fixture/event.jsons (+3 -2)
===================================================================
--- test/command/fixture/event.jsons    2014-11-07 16:42:13 +0900 (41001a3)
+++ test/command/fixture/event.jsons    2014-11-07 16:43:28 +0900 (bd6da26)
@@ -3,8 +3,9 @@
   "type": "table_create",
   "dataset": "Default",
   "body": {
-    "name"  : "Event",
-    "flags" : "TABLE_HASH_KEY"
+    "name"     : "Event",
+    "flags"    : "TABLE_HASH_KEY",
+    "key_type" : "ShortText"
   }
 }
 {
-------------- next part --------------
HTML����������������������������...
Download 



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