@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.
- package/dist/index.js +4 -0
- 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)`
|