@budibase/server 2.7.4 → 2.7.6

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
@@ -36754,6 +36754,7 @@ async function save15(ctx) {
36754
36754
  let tableToSave = {
36755
36755
  type: "table",
36756
36756
  _id: buildExternalTableId(datasourceId, inputs.name),
36757
+ sourceId: datasourceId,
36757
36758
  ...inputs
36758
36759
  };
36759
36760
  let oldTable;