From 841e07c71027b457e6c15d718f5d1163bff5bf72 Mon Sep 17 00:00:00 2001 From: Rafael Chacon Date: Sat, 8 Dec 2018 12:08:07 -0800 Subject: [PATCH] Adds removed vschema Signed-off-by: Rafael Chacon --- examples/local/vschema.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 examples/local/vschema.json diff --git a/examples/local/vschema.json b/examples/local/vschema.json new file mode 100644 index 00000000000..17e5dedf0c8 --- /dev/null +++ b/examples/local/vschema.json @@ -0,0 +1,18 @@ +{ + "sharded": true, + "vindexes": { + "hash": { + "type": "hash" + } + }, + "tables": { + "messages": { + "column_vindexes": [ + { + "column": "page", + "name": "hash" + } + ] + } + } +}