rez_core 4.0.41 → 4.0.42

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": "4.0.41",
3
+ "version": "4.0.42",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -274,8 +274,8 @@ if (entity_type === 'TEMP' || entity_type === 'TEM') {
274
274
  (
275
275
  e.level_type = 'ORG'
276
276
  AND e.level_id = ?
277
- AND e.template_code NOT IN (
278
- SELECT sub.template_code
277
+ AND e.code NOT IN (
278
+ SELECT sub.code
279
279
  FROM ${templateTable} AS sub
280
280
  WHERE sub.level_type = 'SCH' AND sub.level_id = ?
281
281
  )