@contember/schema-definition
Advanced tools
Comparing version 0.10.0-alpha.8 to 0.10.0-alpha.9
@@ -23,3 +23,3 @@ "use strict"; | ||
case schema_1.Model.ColumnType.Json: | ||
return 'json'; | ||
return 'jsonb'; | ||
default: | ||
@@ -26,0 +26,0 @@ return utils_1.assertNever(type); |
{ | ||
"name": "@contember/schema-definition", | ||
"version": "0.10.0-alpha.8", | ||
"version": "0.10.0-alpha.9", | ||
"license": "Apache-2.0", | ||
@@ -11,4 +11,4 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"@contember/schema": "^0.10.0-alpha.8", | ||
"@contember/schema-utils": "^0.10.0-alpha.8", | ||
"@contember/schema": "^0.10.0-alpha.9", | ||
"@contember/schema-utils": "^0.10.0-alpha.9", | ||
"reflect-metadata": "^0.1.13" | ||
@@ -15,0 +15,0 @@ }, |
@@ -21,3 +21,3 @@ import { Model } from '@contember/schema' | ||
case Model.ColumnType.Json: | ||
return 'json' | ||
return 'jsonb' | ||
default: | ||
@@ -24,0 +24,0 @@ return assertNever(type) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
562398