Skip to content

Commit 13fd9f0

Browse files
committed
changed default object name
1 parent aacfcbe commit 13fd9f0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

properties_pane/defaultData.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"model": {
3-
"modelName": "New model",
3+
"modelName": "new_model",
44
"dbVersion": "5.x",
55
"dbVendor": "Cassandra"
66
},
77
"container": {
8-
"name": "New keyspace",
8+
"name": "new_keyspace",
99
"indexes": [],
1010
"replStrategy": "SimpleStrategy",
1111
"addToCqlScript": true
1212
},
1313
"collection": {
14-
"collectionName": "New table",
14+
"collectionName": "new_table",
1515
"collectionUsers": [],
1616
"collation": {},
1717
"tableOptions": {}
1818
},
1919
"field": {
20-
"name": "New column",
20+
"name": "new_column",
2121
"subtype": {
2222
"valueDependencies": [
2323
{
@@ -52,21 +52,21 @@
5252
"viewOn": ""
5353
},
5454
"UDFs": {
55-
"name": "New UDF",
55+
"name": "new_udf",
5656
"udfID": "",
5757
"udfDescription": "",
5858
"udfFunction": "",
5959
"udfComments": ""
6060
},
6161
"UDAs": {
62-
"name": "New UDA",
62+
"name": "new_uda",
6363
"udfID": "",
6464
"udfDescription": "",
6565
"udfFunction": "",
6666
"udfComments": ""
6767
},
6868
"SecIndxs": {
69-
"name": "New Index",
69+
"name": "new_index",
7070
"indexType": "Secondary",
7171
"SecIndxKey": "",
7272
"SecIndxID": "",

0 commit comments

Comments
 (0)