[Groonga-commit] droonga/fluent-plugin-droonga at bcfaa3e [master] Add "last_modified" column to the Subscriber table

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Oct 31 11:31:51 JST 2013


YUKI Hiroshi	2013-10-31 11:31:51 +0900 (Thu, 31 Oct 2013)

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

  Message:
    Add "last_modified" column to the Subscriber table

  Modified files:
    ddl/watchdb.grn

  Modified: ddl/watchdb.grn (+1 -0)
===================================================================
--- ddl/watchdb.grn    2013-10-30 18:00:58 +0900 (3738a32)
+++ ddl/watchdb.grn    2013-10-31 11:31:51 +0900 (ff0599e)
@@ -4,6 +4,7 @@ table_create Query TABLE_HASH_KEY ShortText
 table_create Keyword TABLE_PAT_KEY ShortText --normalizer NormalizerAuto
 column_create Subscriber subscriptions COLUMN_VECTOR Query
 column_create Subscriber route COLUMN_SCALAR Route
+column_create Subscriber last_modified COLUMN_SCALAR Time
 column_create Query keywords COLUMN_VECTOR Keyword
 column_create Query subscribers COLUMN_INDEX Subscriber subscriptions
 column_create Keyword queries COLUMN_INDEX Query keywords
-------------- next part --------------
HTML����������������������������...
Download 



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