We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25c1bc commit 61fa5dfCopy full SHA for 61fa5df
forward_engineering/api.js
@@ -27,7 +27,7 @@ module.exports = {
27
}
28
29
if(!columnFamilies.length){
30
- columnFamilies.push('<columnFaimily>');
+ columnFamilies.push('<columnFamily>');
31
32
33
return columnFamilies;
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "HBase",
3
- "version": "0.1.4",
4
- "versionDate": "2018-04-13",
+ "version": "0.1.5",
+ "versionDate": "2018-07-15",
5
"author": "hackolade",
6
"engines": {
7
"hackolade": "1.12.7",
0 commit comments