run alembic migrations on startup
This commit is contained in:
parent
2f8adb99e8
commit
a73eea4d9e
2 changed files with 15 additions and 3 deletions
|
|
@ -10,8 +10,6 @@ import queue
|
|||
from threading import Thread
|
||||
from database import engine
|
||||
|
||||
from models.listing import Listing, QueryParameters
|
||||
from pydantic import BaseModel
|
||||
from repositories.listing_repository import ListingRepository
|
||||
|
||||
dump_listings_module = importlib.import_module("1_dump_listings")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue