eggi-ai-db-schema-2 12.54.19 → 12.54.20

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.
@@ -227,7 +227,7 @@ async function getLlmSearchJobResultsDetailed(db, jobId) {
227
227
  'member_name', la_contributor.first_name || ' ' || la_contributor.last_name,
228
228
  'organization_id', o.id,
229
229
  'organization_name', o.name,
230
- 'relationship_id', oura.id
230
+ 'organization_user_relationship_assignment_id', oura.id
231
231
  )
232
232
  ) as "members"
233
233
  FROM job_results jr
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eggi-ai-db-schema-2",
3
- "version": "12.54.19",
3
+ "version": "12.54.20",
4
4
  "description": "Type-safe database schema with native PostgreSQL queries for Eggi.AI with direct RDS connection",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",