mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 18:23:40 -05:00
@@ -7,8 +7,8 @@ from tests.utils.alembic_reader import ALEMBIC_MIGRATIONS, import_file
|
||||
|
||||
class AlembicMigration(BaseModel):
|
||||
path: pathlib.Path
|
||||
revision: str | None
|
||||
down_revision: str | None
|
||||
revision: str | None = None
|
||||
down_revision: str | None = None
|
||||
|
||||
|
||||
def test_alembic_revisions_are_in_order() -> None:
|
||||
|
||||
Reference in New Issue
Block a user