migration reorg basically done

This commit is contained in:
2026-02-05 16:56:45 -06:00
parent 343488b3eb
commit c62f41669d
33 changed files with 1569 additions and 355 deletions

View File

@@ -5,7 +5,7 @@ environment: test
# Test database (uses separate database to avoid conflicts)
database:
url: postgresql://postgres:postgres@localhost:5432/attune_test
url: postgresql://attune:attune@localhost:5432/attune_test
max_connections: 10
min_connections: 2
connect_timeout: 10