diff --git a/alembic/versions/a6e4562797e4_add_new_uploaded_file_table.py b/alembic/versions/a6e4562797e4_add_new_uploaded_file_table.py index 4693808..8ea9c04 100644 --- a/alembic/versions/a6e4562797e4_add_new_uploaded_file_table.py +++ b/alembic/versions/a6e4562797e4_add_new_uploaded_file_table.py @@ -10,6 +10,7 @@ from typing import Sequence, Union from alembic import op import sqlalchemy as sa +import sqlmodel # revision identifiers, used by Alembic. revision: str = 'a6e4562797e4'