alchemy functions updated

This commit is contained in:
2024-11-10 14:13:38 +03:00
parent a28d4c22d1
commit aeda315119
12 changed files with 305 additions and 279 deletions

View File

@@ -123,7 +123,7 @@ class EmployeesSalaries(CrudCollection):
# )
__table_args__ = (
Index("_employee_salaries_ndx_00", people_id, CrudCollection.expiry_starts),
Index("_employee_salaries_ndx_00", people_id, "expiry_starts"),
{"comment": "Employee Salaries Information"},
)