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