extend complexity fields to text

This commit is contained in:
2025-06-20 15:10:37 +01:00
parent a5dbb2765f
commit 3b2c882bb1
3 changed files with 58 additions and 7 deletions

View File

@@ -2,7 +2,8 @@
script_location = alembic
prepend_sys_path = .
version_path_separator = os
sqlalchemy.url = postgresql+asyncpg://codetutor:codetutor@localhost:5432/codetutor
# URL is set programmatically in alembic/env.py from environment variables
sqlalchemy.url =
[post_write_hooks]