@brandboostinggmbh/observable-workflows 0.19.0-beta.3 → 0.19.0-beta.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.
Files changed (2) hide show
  1. package/dist/index.js +4 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -258,6 +258,10 @@ async function createIndexes(db) {
258
258
  name: "idx_workflows_parent_instance_id",
259
259
  sql: `CREATE INDEX idx_workflows_parent_instance_id ON WorkflowTable (parentInstanceId)`
260
260
  },
261
+ {
262
+ name: "idx_workflows_parent_tenant",
263
+ sql: `CREATE INDEX idx_workflows_parent_tenant ON WorkflowTable (parentInstanceId, tenantId)`
264
+ },
261
265
  {
262
266
  name: "idx_workflows_trigger_id",
263
267
  sql: `CREATE INDEX idx_workflows_trigger_id ON WorkflowTable (triggerId)`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brandboostinggmbh/observable-workflows",
3
- "version": "0.19.0-beta.3",
3
+ "version": "0.19.0-beta.4",
4
4
  "description": "My awesome typescript library",
5
5
  "type": "module",
6
6
  "license": "MIT",