No description
Find a file
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
backend Fix migration: parse ISO timestamp strings to datetime objects for asyncpg 2026-03-23 19:58:09 +00:00
frontend Fix TypeScript build errors 2026-03-23 19:34:11 +00:00
.env.example Update deploy script and .env.example for PostgreSQL 2026-03-23 19:53:27 +00:00
.gitignore Add deploy script, .env.example, and Apache reverse proxy config 2026-03-23 14:05:33 +00:00
deploy.sh Update deploy script and .env.example for PostgreSQL 2026-03-23 19:53:27 +00:00
docker-compose.yml Migrate storage from JSON files to PostgreSQL (asyncpg) 2026-03-23 19:51:37 +00:00
Dockerfile Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
run_dev.sh Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00