updates
This commit is contained in:
@@ -26,7 +26,8 @@ def seed_roles(db: Session):
|
||||
{'name': 'admin', 'description': 'Administrator with full access'},
|
||||
{'name': 'staff', 'description': 'Staff member with limited admin access'},
|
||||
{'name': 'customer', 'description': 'Regular customer'},
|
||||
{'name': 'accountant', 'description': 'Accountant role with access to financial data, payments, and invoices'}
|
||||
{'name': 'accountant', 'description': 'Accountant role with access to financial data, payments, and invoices'},
|
||||
{'name': 'housekeeping', 'description': 'Housekeeping staff role with access to room cleaning tasks and status updates'}
|
||||
]
|
||||
|
||||
for role_data in roles_data:
|
||||
|
||||
Reference in New Issue
Block a user