doix-db 1.0.26 → 1.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -127,6 +127,7 @@ class DbModel extends EventEmitter {
127
127
 
128
128
  column.type = targetColumn.type
129
129
  column.typeDim = targetColumn.typeDim
130
+ column.typeDef = targetColumn.typeDef
130
131
 
131
132
  }
132
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doix-db",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Shared database related code for doix",
5
5
  "main": "index.js",
6
6
  "files": [