change to TUI

This commit is contained in:
2025-09-12 09:08:10 -07:00
parent f2a305626f
commit e20e4ab9d9
262 changed files with 3438 additions and 16479 deletions

View File

@@ -17,7 +17,7 @@ from alembic import command
from alembic.migration import MigrationContext
from alembic.script import ScriptDirectory
import sqlalchemy as sa
from app.database import get_database_url
from backend.app.database import get_database_url
def get_alembic_config():
"""Get Alembic configuration."""