Skip to content

Commit

Permalink
HCK-7494: adjust objects default names (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannleed authored Aug 8, 2024
1 parent c516e70 commit c4324ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions properties_pane/defaultData.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"dbVendor": "PostgreSQL"
},
"container": {
"name": "New schema"
"name": "New_schema"
},
"collection": {
"collectionName": "New table",
"collectionName": "New_table",
"memory_optimized": false,
"collectionUsers": [],
"collation": {}
},
"field": {
"name": "New column",
"name": "New_column",
"primaryKey": false,
"unique": false
},
Expand Down

0 comments on commit c4324ea

Please sign in to comment.