iconsulting/scripts
hailin 141b45bec2 chore(db): sync init-db.sql with complete postgres schema
Sync scripts/init-db.sql with infrastructure/docker/services/postgres/init.sql
to include all required database columns:
- users: fingerprint, nickname columns for anonymous auth support
- conversations: ended_at column for tracking conversation end time
- messages: type enum column (USER, ASSISTANT, SYSTEM)

This ensures the schema files are consistent and include all columns
needed by the application entities.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 21:15:53 -08:00
..
deploy.sh feat(scripts): add unified deployment management script 2026-01-09 19:45:47 -08:00
init-db.sql chore(db): sync init-db.sql with complete postgres schema 2026-01-09 21:15:53 -08:00
setup-kong.sh Initial commit: iConsulting 香港移民咨询智能客服系统 2026-01-09 00:01:12 -08:00
setup-network.sh Initial commit: iConsulting 香港移民咨询智能客服系统 2026-01-09 00:01:12 -08:00