@cadenza.io/service 1.9.14 → 1.9.15
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 +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2755,9 +2755,14 @@ var DatabaseController = class _DatabaseController {
|
|
|
2755
2755
|
);
|
|
2756
2756
|
},
|
|
2757
2757
|
"Generates auto-tasks for database schema"
|
|
2758
|
+
).then(
|
|
2759
|
+
CadenzaService.createUniqueMetaTask(
|
|
2760
|
+
"Join table tasks",
|
|
2761
|
+
() => true
|
|
2762
|
+
).emits("meta.database.setup_done")
|
|
2758
2763
|
)
|
|
2759
2764
|
)
|
|
2760
|
-
)
|
|
2765
|
+
)
|
|
2761
2766
|
)
|
|
2762
2767
|
)
|
|
2763
2768
|
)
|