[Groonga-commit] ranguba/ranguba-server at 7c7f567 [master] Add mime_type

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 19 22:18:11 JST 2017


Kouhei Sutou	2017-02-19 22:18:11 +0900 (Sun, 19 Feb 2017)

  New Revision: 7c7f5672b8c300dda9389e54f866ee4bf7b6c51f
  https://github.com/ranguba/ranguba-server/commit/7c7f5672b8c300dda9389e54f866ee4bf7b6c51f

  Message:
    Add mime_type

  Modified files:
    db/schema.grn

  Modified: db/schema.grn (+4 -0)
===================================================================
--- db/schema.grn    2017-02-17 00:09:25 +0900 (eb2db2a)
+++ db/schema.grn    2017-02-19 22:18:11 +0900 (f72189f)
@@ -1,4 +1,8 @@
+table_create mime_types TABLE_PAT_KEY ShortText --normalizer NormalizerAuto
+column_create mime_types label ShortText
+
 table_create entries TABLE_HASH_KEY ShortText
+column_create entries mime_type COLUMN_SCALAR mime_types
 column_create entries title COLUMN_SCALAR ShortText
 column_create entries body COLUMN_SCALAR|COMPRESS_ZSTD LongText
 column_create entries size COLUMN_SCALAR UInt64
-------------- next part --------------
HTML����������������������������...
Download 



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