@mastra/mssql 1.1.0 → 1.1.1

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
@@ -3432,6 +3432,9 @@ var WorkflowsMSSQL = class _WorkflowsMSSQL extends WorkflowsStorage {
3432
3432
  this.skipDefaultIndexes = skipDefaultIndexes;
3433
3433
  this.indexes = indexes?.filter((idx) => _WorkflowsMSSQL.MANAGED_TABLES.includes(idx.table));
3434
3434
  }
3435
+ supportsConcurrentUpdates() {
3436
+ return true;
3437
+ }
3435
3438
  /**
3436
3439
  * Returns default index definitions for the workflows domain tables.
3437
3440
  * Currently no default indexes are defined for workflows.