extend complexity fields to text

This commit is contained in:
2025-06-20 15:10:37 +01:00
parent 85e5470794
commit 7ee30b7165
3 changed files with 58 additions and 7 deletions
+2 -1
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]