add migration
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
from src.models.tasks import TasksORM
|
||||
from src.models.tokens import RefreshTokensORM
|
||||
from src.models.users import UsersORM
|
||||
|
||||
__all__ = [
|
||||
"UsersORM",
|
||||
"TasksORM",
|
||||
"RefreshTokensORM"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user