alchemy functions updated
This commit is contained in:
@@ -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"},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user