fix: record expense, item and item category date session.

fix: delete bulk accounts.
fix: activate/inactive bulk accounts.
This commit is contained in:
Ahmed Bouhuolia
2020-09-28 23:06:29 +02:00
parent ad51d12572
commit 4732fa1d21
5 changed files with 24 additions and 28 deletions

View File

@@ -10,6 +10,13 @@ export default class ItemCategory extends TenantModel {
return 'items_categories';
}
/**
* Timestamps columns.
*/
get timestamps() {
return ['createdAt', 'updatedAt'];
}
/**
* Relationship mapping.
*/