Merge pull request #74 from Hestia-Homes/feature/month_end_automation

sqwl model
This commit is contained in:
Jun-te Kim 2025-08-14 15:58:55 +01:00 committed by GitHub
commit 76252a93eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'