rez_core 3.1.129 → 3.1.130

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "3.1.129",
3
+ "version": "3.1.130",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -109,7 +109,7 @@ export class TaskService extends EntityServiceImpl {
109
109
 
110
110
  if (relationData) {
111
111
  await this.dataSource.query(
112
- `INSERT INTO cr_entity_relation_data (organization_id, source_entity_id, source_entity_type, target_entity_id, target_entity_type, relation_type) VALUES (?, ?, ?, ?, ?)`,
112
+ `INSERT INTO cr_entity_relation_data (organization_id, source_entity_id, source_entity_type, target_entity_id, target_entity_type, relation_type) VALUES (?, ?, ?, ?, ? , ?)`,
113
113
  [
114
114
  loggedInUser.organization_id,
115
115
  createdEntity.mapped_entity_id,