@famgia/omnify-core 0.0.45 → 0.0.47
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.js
CHANGED
|
@@ -1471,7 +1471,7 @@ var DateTimeType = {
|
|
|
1471
1471
|
var TimestampType = {
|
|
1472
1472
|
name: "Timestamp",
|
|
1473
1473
|
category: "temporal",
|
|
1474
|
-
validFields: createValidFields([]),
|
|
1474
|
+
validFields: createValidFields(["useCurrent", "useCurrentOnUpdate"]),
|
|
1475
1475
|
dbCompatibility: {
|
|
1476
1476
|
mysql: "full",
|
|
1477
1477
|
postgres: "full",
|