pgterra 0.2.5 → 0.2.6
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.
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23635,6 +23635,8 @@ function normalizeType(type) {
|
|
|
23635
23635
|
boolean: "BOOLEAN",
|
|
23636
23636
|
bool: "BOOLEAN",
|
|
23637
23637
|
"timestamp without time zone": "TIMESTAMP",
|
|
23638
|
+
"timestamp with time zone": "TIMESTAMPTZ",
|
|
23639
|
+
timestamptz: "TIMESTAMPTZ",
|
|
23638
23640
|
int: "INT4",
|
|
23639
23641
|
int2: "INT2",
|
|
23640
23642
|
int4: "INT4",
|
|
@@ -25942,7 +25944,7 @@ async function applyCommand(options, config) {
|
|
|
25942
25944
|
// package.json
|
|
25943
25945
|
var package_default = {
|
|
25944
25946
|
name: "pgterra",
|
|
25945
|
-
version: "0.2.
|
|
25947
|
+
version: "0.2.6",
|
|
25946
25948
|
description: "Declarative schema management for Postgres",
|
|
25947
25949
|
keywords: [
|
|
25948
25950
|
"postgres",
|