@cadenza.io/service 1.9.3 → 1.9.4

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 CHANGED
@@ -2602,7 +2602,9 @@ var DatabaseController = class _DatabaseController {
2602
2602
  return {
2603
2603
  ddl,
2604
2604
  schema: joinedContexts[0].schema,
2605
- options: joinedContexts[0].options
2605
+ options: joinedContexts[0].options,
2606
+ table: joinedContexts[0].table,
2607
+ tableName: joinedContexts[0].tableName
2606
2608
  };
2607
2609
  }
2608
2610
  ).then(