rez_core 2.2.9 → 2.2.10

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": "2.2.9",
3
+ "version": "2.2.10",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -195,7 +195,7 @@ export class FilterService {
195
195
  // layout preference query
196
196
  const layoutPreference = await this.dataSource.query(
197
197
  `SELECT layout_json
198
- FROM cr_layout_preference
198
+ FROM cr_entity_layout_pref
199
199
  WHERE user_id = ? AND mapped_entity_type = ? AND mapped_level_id = ? AND mapped_level_type = ?`,
200
200
  [user_id, entity_type, level_id, level_type],
201
201
  );