ac-tool/backend/server/db
Vadym Samoilenko d8d1dfeff5 Fix migration: parse ISO timestamp strings to datetime objects for asyncpg
asyncpg requires datetime instances for TIMESTAMPTZ columns, not strings.
Added _parse_dt() helper that converts ISO strings (with or without tz) to
timezone-aware datetime, falling back to NOW() if the value is missing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 19:58:09 +00:00
..
__init__.py Migrate storage from JSON files to PostgreSQL (asyncpg) 2026-03-23 19:51:37 +00:00
migrate_json.py Fix migration: parse ISO timestamp strings to datetime objects for asyncpg 2026-03-23 19:58:09 +00:00
pool.py Migrate storage from JSON files to PostgreSQL (asyncpg) 2026-03-23 19:51:37 +00:00
schema.sql Migrate storage from JSON files to PostgreSQL (asyncpg) 2026-03-23 19:51:37 +00:00