Большие изменения с добавленем Alembic
This commit is contained in:
5
backend-app/core/models/base.py
Normal file
5
backend-app/core/models/base.py
Normal file
@ -0,0 +1,5 @@
|
||||
from sqlalchemy.orm import DeclarativeBase
|
||||
|
||||
class Base(DeclarativeBase):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user