update
This commit is contained in:
@@ -11,7 +11,7 @@ from pathlib import Path
|
||||
backend_dir = Path(__file__).parent
|
||||
sys.path.insert(0, str(backend_dir))
|
||||
|
||||
from src.config.database import SessionLocal
|
||||
from src.shared.config.database import SessionLocal
|
||||
from src.models.role import Role
|
||||
|
||||
def add_accountant_role():
|
||||
|
||||
Reference in New Issue
Block a user