Major Changes: - Database: Install pg_bigm/pgvector plugins, create test database - Python service: v1.0 -> v1.1, add pymupdf4llm/openpyxl/pypandoc - Node.js backend: v1.3 -> v1.7, fix pino-pretty and ES Module imports - Frontend: v1.2 -> v1.3, skip TypeScript check for deployment - Code recovery: Restore empty files from local backup Technical Fixes: - Fix pino-pretty error in production (conditional loading) - Fix ES Module import paths (add .js extensions) - Fix OSSAdapter TypeScript errors - Update Prisma Schema (63 models, 16 schemas) - Update environment variables (DATABASE_URL, EXTRACTION_SERVICE_URL, OSS) - Remove deprecated variables (REDIS_URL, DIFY_API_URL, DIFY_API_KEY) Documentation: - Create 0126 deployment folder with 8 documents - Update database development standards v2.0 - Update SAE deployment status records Deployment Status: - PostgreSQL: ai_clinical_research_test with plugins - Python: v1.1 @ 172.17.173.84:8000 - Backend: v1.7 @ 172.17.173.89:3001 - Frontend: v1.3 @ 172.17.173.90:80 Tested: All services running successfully on SAE
68 lines
4.7 KiB
Plaintext
68 lines
4.7 KiB
Plaintext
table_schema | table_name
|
|
-------------------+----------------------------
|
|
admin_schema | admin_operation_logs
|
|
admin_schema | simple_logs
|
|
agent_schema | agent_definitions
|
|
agent_schema | agent_prompts
|
|
agent_schema | agent_sessions
|
|
agent_schema | agent_stages
|
|
agent_schema | agent_traces
|
|
agent_schema | reflexion_rules
|
|
aia_schema | conversations
|
|
aia_schema | messages
|
|
aia_schema | projects
|
|
asl_schema | fulltext_screening_results
|
|
asl_schema | fulltext_screening_tasks
|
|
asl_schema | literatures
|
|
asl_schema | research_tasks
|
|
asl_schema | screening_projects
|
|
asl_schema | screening_results
|
|
asl_schema | screening_tasks
|
|
capability_schema | prompt_templates
|
|
capability_schema | prompt_versions
|
|
dc_schema | dc_extraction_items
|
|
dc_schema | dc_extraction_tasks
|
|
dc_schema | dc_health_checks
|
|
dc_schema | dc_templates
|
|
dc_schema | dc_tool_c_ai_history
|
|
dc_schema | dc_tool_c_sessions
|
|
ekb_schema | ekb_chunk
|
|
ekb_schema | ekb_document
|
|
ekb_schema | ekb_knowledge_base
|
|
iit_schema | audit_logs
|
|
iit_schema | pending_actions
|
|
iit_schema | projects
|
|
iit_schema | task_runs
|
|
iit_schema | user_mappings
|
|
pkb_schema | batch_results
|
|
pkb_schema | batch_tasks
|
|
pkb_schema | documents
|
|
pkb_schema | knowledge_bases
|
|
pkb_schema | task_templates
|
|
platform_schema | app_cache
|
|
platform_schema | departments
|
|
platform_schema | job
|
|
platform_schema | job_common
|
|
platform_schema | modules
|
|
platform_schema | permissions
|
|
platform_schema | queue
|
|
platform_schema | role_permissions
|
|
platform_schema | schedule
|
|
platform_schema | subscription
|
|
platform_schema | tenant_members
|
|
platform_schema | tenant_modules
|
|
platform_schema | tenant_quota_allocations
|
|
platform_schema | tenant_quotas
|
|
platform_schema | tenants
|
|
platform_schema | user_modules
|
|
platform_schema | users
|
|
platform_schema | verification_codes
|
|
platform_schema | version
|
|
protocol_schema | protocol_contexts
|
|
protocol_schema | protocol_generations
|
|
public | admin_logs
|
|
public | users
|
|
rvw_schema | review_tasks
|
|
(63 rows)
|
|
|