eggi-ai-db-schema-2 12.54.23 → 12.54.25

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.
@@ -269,7 +269,7 @@ async function getBatchUserEmails(db, userIds) {
269
269
  WHERE user_id IN (${placeholders})
270
270
  AND type = 'EMAIL'
271
271
  ORDER BY
272
- CASE source
272
+ CASE source::text
273
273
  WHEN 'SIGNUP' THEN 1
274
274
  WHEN 'GOOGLE' THEN 2
275
275
  WHEN 'LINKEDIN' THEN 3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eggi-ai-db-schema-2",
3
- "version": "12.54.23",
3
+ "version": "12.54.25",
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",