summaryrefslogtreecommitdiff
path: root/testSchemaFiles/columns_cluster.json
diff options
context:
space:
mode:
authorqidaijie <[email protected]>2023-09-26 14:48:35 +0800
committerqidaijie <[email protected]>2023-09-26 14:48:35 +0800
commitae9ea847dc63972ca8ea5249257292fd187d37fd (patch)
treececff39275ab2036da9c50aab91f18595b5083fa /testSchemaFiles/columns_cluster.json
parent28f935a8fcdf1ade418e28a69d38b13139bc4d43 (diff)
原schema-upgrade项目更名,发布初版v3.1v3.1
Diffstat (limited to 'testSchemaFiles/columns_cluster.json')
-rw-r--r--testSchemaFiles/columns_cluster.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/testSchemaFiles/columns_cluster.json b/testSchemaFiles/columns_cluster.json
new file mode 100644
index 0000000..d190d3c
--- /dev/null
+++ b/testSchemaFiles/columns_cluster.json
@@ -0,0 +1,11 @@
+{
+ "namespace": "system",
+ "type": "record",
+ "name": "columns_cluster",
+ "fields": [
+ {
+ "name": "database",
+ "type": "string"
+ }
+ ]
+} \ No newline at end of file