1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-07 06:05:10 +01:00

Make alembic comprehend/use sqlmodel

This commit is contained in:
2025-09-12 12:15:25 +02:00
parent 3a87485b9a
commit b6a81fded4
2 changed files with 3 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ from typing import Sequence, Union
from alembic import op
import sqlalchemy as sa
import sqlmodel
${imports if imports else ""}
# revision identifiers, used by Alembic.