Skip to content

Commit d1f7bb4

Browse files
committed
changed default object name
1 parent 8a7e827 commit d1f7bb4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

properties_pane/defaultData.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"model": {
3-
"modelName": "New model",
3+
"modelName": "new_model",
44
"dbVersion": "",
55
"dbVendor": "Redshift"
66
},
77
"container": {
8-
"name": "New schema",
8+
"name": "new_schema",
99
"unlimitedQuota": false,
1010
"ifNotExists": true,
1111
"indexes": []
1212
},
1313
"collection": {
14-
"collectionName": "New table",
14+
"collectionName": "new_table",
1515
"autoSortKey": true,
1616
"ifNotExists": true,
1717
"sortStyle": "Compound",
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"field": {
23-
"name": "New column",
23+
"name": "new_column",
2424
"caseSensitivity": "",
2525
"accentSensitivity": "",
2626
"punctuationSensitivity": "",
@@ -88,7 +88,7 @@
8888
"autoSortKey": false
8989
},
9090
"SecIdxs": {
91-
"name": "New Secondary Index",
91+
"name": "new_secondary_index",
9292
"SecIndxKey": "",
9393
"SecIndxID": "",
9494
"SecIndxDescription": "",
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
{}
1+
{
2+
"code": "^[0-9a-zA-Z$_]{0,64}$"
3+
}

0 commit comments

Comments
 (0)