fix(SPG-594) Pemesanan - Index - Belum ada kolom informasi tgl.update

pull/17/head
Aswin Ashar Abdullah 2024-07-08 11:57:09 +07:00
parent 0db0f75cb9
commit 4aa03226de
1 changed files with 2 additions and 0 deletions

View File

@ -51,7 +51,9 @@ export class IndexTransactionManager extends BaseIndexManager<TransactionEntity>
`${this.tableName}.invoice_date`,
`${this.tableName}.settlement_date`,
`${this.tableName}.created_at`,
`${this.tableName}.creator_id`,
`${this.tableName}.creator_name`,
`${this.tableName}.updated_at`,
`${this.tableName}.editor_id`,
`${this.tableName}.editor_name`,