Skip to content

Commit

Permalink
changed default object name
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesmarets committed Jul 19, 2024
1 parent aacfcbe commit 13fd9f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions properties_pane/defaultData.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"model": {
"modelName": "New model",
"modelName": "new_model",
"dbVersion": "5.x",
"dbVendor": "Cassandra"
},
"container": {
"name": "New keyspace",
"name": "new_keyspace",
"indexes": [],
"replStrategy": "SimpleStrategy",
"addToCqlScript": true
},
"collection": {
"collectionName": "New table",
"collectionName": "new_table",
"collectionUsers": [],
"collation": {},
"tableOptions": {}
},
"field": {
"name": "New column",
"name": "new_column",
"subtype": {
"valueDependencies": [
{
Expand Down Expand Up @@ -52,21 +52,21 @@
"viewOn": ""
},
"UDFs": {
"name": "New UDF",
"name": "new_udf",
"udfID": "",
"udfDescription": "",
"udfFunction": "",
"udfComments": ""
},
"UDAs": {
"name": "New UDA",
"name": "new_uda",
"udfID": "",
"udfDescription": "",
"udfFunction": "",
"udfComments": ""
},
"SecIndxs": {
"name": "New Index",
"name": "new_index",
"indexType": "Secondary",
"SecIndxKey": "",
"SecIndxID": "",
Expand Down

0 comments on commit 13fd9f0

Please sign in to comment.