migrator functions updated

This commit is contained in:
2024-11-11 22:23:07 +03:00
parent f6135ced5f
commit ffb85a62f6
56 changed files with 567 additions and 485 deletions

View File

@@ -45,9 +45,7 @@ class AccountBooks(CrudCollection):
# )
__table_args__ = (
Index(
"account_companies_book_ndx_00", company_id, "expiry_starts"
),
Index("account_companies_book_ndx_00", company_id, "expiry_starts"),
{"comment": "Account Book Information"},
)