This commit is contained in:
2024-06-30 04:53:05 +03:00
parent 1c104ab567
commit a6f7a9d65f
15 changed files with 491 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ from sqlalchemy.engine import Connection
from alembic import context
from backend.session import engine
from models import BaseModel
from database.stocks.models.base import BaseStocksModel as BaseModel
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.