mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-14 10:47:12 -07:00
parent
248459671e
commit
7a107584c7
129 changed files with 1138 additions and 833 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue