Skip to content
Snippets Groups Projects
Commit 907af709 authored by Vermaat's avatar Vermaat
Browse files

Make sure Alembic sees our models

parent e4fc3c5c
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@ from alembic import context
from sqlalchemy import engine_from_config, pool
from logging.config import fileConfig
# We need this for the models to be registered in the metadata.
from mutalyzer.db import models
from mutalyzer import db
from mutalyzer.config import settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment