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" + } + ] + } + } +}