Skip to content

Commit ab102b7

Browse files
committed
Pattern field default
1 parent cfc23f0 commit ab102b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Cassandra",
3-
"version": "0.1.7",
4-
"versionDate": "2018-04-03",
3+
"version": "0.1.8",
4+
"versionDate": "2018-04-13",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "1.10.x",

properties_pane/defaultData.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"name": "New column"
1919
},
2020
"patternField": {
21-
"name": "^New Pattern Column$"
21+
"name": "^[a-zA-Z0-9_.-]+$"
2222
},
2323
"multipleField": {
2424
"primaryKey": false

0 commit comments

Comments
 (0)