[Groonga-commit] droonga/fluent-plugin-droonga at c552ccb [master] Don't store "title" column for Documents fixture table

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Nov 28 19:08:27 JST 2013


YUKI Hiroshi	2013-11-28 19:08:27 +0900 (Thu, 28 Nov 2013)

  New Revision: c552ccbb1911e1b48412f5dad78b47ca99416eaa
  https://github.com/droonga/fluent-plugin-droonga/commit/c552ccbb1911e1b48412f5dad78b47ca99416eaa

  Message:
    Don't store "title" column for Documents fixture table

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

  Modified: test/command/fixture/documents.jsons (+1 -14)
===================================================================
--- test/command/fixture/documents.jsons    2013-11-28 18:59:12 +0900 (cdff0c1)
+++ test/command/fixture/documents.jsons    2013-11-28 19:08:27 +0900 (2082a53)
@@ -21,16 +21,6 @@
 }
 {
   "dataset": "Droonga",
-  "type": "column_create",
-  "body": {
-    "table": "Documents",
-    "name": "title",
-    "flags": "COLUMN_SCALAR",
-    "type": "ShortText"
-  }
-}
-{
-  "dataset": "Droonga",
   "type": "table_create",
   "body": {
     "name": "Sections",
@@ -106,10 +96,7 @@
   "type": "add",
   "body": {
     "table": "Documents",
-    "key": "Groonga",
-    "values": {
-      "title": "Groonga"
-    }
+    "key": "Groonga"
   }
 }
 {
-------------- next part --------------
HTML����������������������������...
Download 



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