app
This commit is contained in:
@@ -10,8 +10,8 @@ import os
|
||||
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||||
|
||||
from db.models import Base
|
||||
from db.database import DATABASE_URL
|
||||
from app.db.models import Base
|
||||
from app.db.database import DATABASE_URL
|
||||
|
||||
# this is the Alembic Config object, which provides
|
||||
# access to the values within the .ini file in use.
|
||||
|
Reference in New Issue
Block a user