geo/backend/app
chiguyong d5f752f419 fix: add DateTime(timezone=True) to analytics.py (4 columns), update migration and port config
- analytics.py: 4 DateTime columns now timezone-aware (99 total, 0 remaining)
- Migration script updated with publish_records, content_metrics, optimization_insights
- Docker Compose: db port 5433, redis port 6380 (avoid conflicts with fischerx)
- .env files: DATABASE_URL and REDIS_URL updated to new ports
- alembic.ini: updated to localhost:5433
2026-06-01 21:26:39 +08:00
..
agent_framework feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
api feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
middleware feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
models fix: add DateTime(timezone=True) to analytics.py (4 columns), update migration and port config 2026-06-01 21:26:39 +08:00
repositories feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
schemas feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
services chore: plan-003 收尾 — FK类型修复、User模型补全、迁移脚本清理、前端构建修复 2026-06-01 09:50:52 +08:00
templates feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
utils feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
workers feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
__init__.py feat: GEO平台MVP完整实现 2026-04-23 14:46:43 +08:00
config.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
database.py fix: 修复数据库schema兼容性和E2E测试 2026-05-27 20:57:49 +08:00
logging_config.py fix: 审计发现的问题修复 2026-05-25 23:33:25 +08:00
main.py feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00