Skip to content

Commit c4324ea

Browse files
authored
HCK-7494: adjust objects default names (#111)
1 parent c516e70 commit c4324ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

properties_pane/defaultData.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"dbVendor": "PostgreSQL"
66
},
77
"container": {
8-
"name": "New schema"
8+
"name": "New_schema"
99
},
1010
"collection": {
11-
"collectionName": "New table",
11+
"collectionName": "New_table",
1212
"memory_optimized": false,
1313
"collectionUsers": [],
1414
"collation": {}
1515
},
1616
"field": {
17-
"name": "New column",
17+
"name": "New_column",
1818
"primaryKey": false,
1919
"unique": false
2020
},

0 commit comments

Comments
 (0)