@experts_hub/shared 1.0.322 → 1.0.323
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2564,7 +2564,7 @@ __decorateClass([
|
|
|
2564
2564
|
__decorateClass([
|
|
2565
2565
|
(0, import_typeorm16.Column)({
|
|
2566
2566
|
name: "last_calculated_at",
|
|
2567
|
-
type: "timestamp with
|
|
2567
|
+
type: "timestamp with time zone",
|
|
2568
2568
|
nullable: true
|
|
2569
2569
|
})
|
|
2570
2570
|
], JobRecommendation.prototype, "lastCalculatedAt", 2);
|
package/dist/index.mjs
CHANGED
|
@@ -2518,7 +2518,7 @@ __decorateClass([
|
|
|
2518
2518
|
__decorateClass([
|
|
2519
2519
|
Column16({
|
|
2520
2520
|
name: "last_calculated_at",
|
|
2521
|
-
type: "timestamp with
|
|
2521
|
+
type: "timestamp with time zone",
|
|
2522
2522
|
nullable: true
|
|
2523
2523
|
})
|
|
2524
2524
|
], JobRecommendation.prototype, "lastCalculatedAt", 2);
|