Implement user-specific question numbering and update database schema. Added triggers for automatic question numbering and adjustments upon deletion. Enhanced CRUD operations to manage user_question_number effectively.
This commit is contained in:
7
services/auth/__init__.py
Normal file
7
services/auth/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Модуль авторизации и разрешений
|
||||
"""
|
||||
|
||||
from .auth_new import AuthService
|
||||
|
||||
__all__ = ['AuthService']
|
||||
Reference in New Issue
Block a user