domain-knex
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -147,3 +147,3 @@ "use strict"; | ||
DomainKnex._addColumn(tableName, table, key, value); | ||
debug("Scalar key: " + tableName + "." + column + " -> " + type.__.name); | ||
debug("Scalar key: " + tableName + "." + column + " -> " + domainSchema.__.name); | ||
} | ||
@@ -150,0 +150,0 @@ } |
{ | ||
"name": "domain-knex", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Knex generator for Domain Schema", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/sysgears/domain-schema.git", |
Sorry, the diff of this file is not supported yet
21286