iconsulting/packages/services/file-service
hailin fe37267c39 fix(orm): add explicit PostgreSQL column types for all ORM entities
- user-service: user.orm.ts (lastActiveAt), verification-code.orm.ts (all fields)
- file-service: file.orm.ts (userId, originalName, storagePath, mimeType)
- conversation-service: token-usage.orm.ts (model, all token/count fields)
- knowledge-service: knowledge-article.orm.ts, knowledge-chunk.orm.ts,
  system-experience.orm.ts, user-memory.orm.ts (all numeric, boolean, date fields)

This fixes DataTypeNotSupportedError where PostgreSQL rejects "Object" type
when @Column decorator lacks explicit type specification.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 02:14:07 -08:00
..
src fix(orm): add explicit PostgreSQL column types for all ORM entities 2026-01-25 02:14:07 -08:00
Dockerfile feat(multimodal): add file upload and image support for chat 2026-01-10 05:34:41 -08:00
nest-cli.json feat(multimodal): add file upload and image support for chat 2026-01-10 05:34:41 -08:00
package.json feat(multimodal): add file upload and image support for chat 2026-01-10 05:34:41 -08:00
tsconfig.json feat(multimodal): add file upload and image support for chat 2026-01-10 05:34:41 -08:00