iconsulting/packages/services/knowledge-service/src
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
..
adapters refactor(services): implement 4-layer Clean Architecture for all backend services 2026-01-24 22:18:22 -08:00
application refactor(services): implement 4-layer Clean Architecture for all backend services 2026-01-24 22:18:22 -08:00
domain Initial commit: iConsulting 香港移民咨询智能客服系统 2026-01-09 00:01:12 -08:00
health fix(docker): add health check endpoints and fix IPv6 issue 2026-01-10 02:13:42 -08:00
infrastructure fix(orm): add explicit PostgreSQL column types for all ORM entities 2026-01-25 02:14:07 -08:00
knowledge refactor(services): implement 4-layer Clean Architecture for all backend services 2026-01-24 22:18:22 -08:00
memory refactor(services): implement 4-layer Clean Architecture for all backend services 2026-01-24 22:18:22 -08:00
app.module.ts refactor(evolution): use knowledge-service API for system_experiences 2026-01-24 20:20:30 -08:00
main.ts fix(health): exclude /health endpoint from API prefix 2026-01-10 02:30:24 -08:00