@famgia/omnify-core 0.0.45 → 0.0.46
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1582,7 +1582,7 @@ var DateTimeType = {
|
|
|
1582
1582
|
var TimestampType = {
|
|
1583
1583
|
name: "Timestamp",
|
|
1584
1584
|
category: "temporal",
|
|
1585
|
-
validFields: createValidFields([]),
|
|
1585
|
+
validFields: createValidFields(["useCurrent", "useCurrentOnUpdate"]),
|
|
1586
1586
|
dbCompatibility: {
|
|
1587
1587
|
mysql: "full",
|
|
1588
1588
|
postgres: "full",
|