1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-05-06 21:34:10 +02: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
+1
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.