mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-18 05:38:41 +00:00
Test fixes after module+builder test extension
This commit is contained in:
parent
7647e69efd
commit
50a2fbfc0a
|
|
@ -39,9 +39,10 @@
|
|||
},
|
||||
"hr_staff_active": {
|
||||
"name": "hr_staff_active",
|
||||
"type": "INT",
|
||||
"type": "TINYINT",
|
||||
"null": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"hr_staff_history": {
|
||||
"name": "hr_staff_history",
|
||||
|
|
@ -94,4 +95,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -25,4 +25,12 @@ final class EmployeeHistoryMapper extends DataMapperAbstract
|
|||
* @since 1.0.0
|
||||
*/
|
||||
protected static $primaryField = 'hr_staff_history_id';
|
||||
|
||||
/**
|
||||
* Primary table.
|
||||
*
|
||||
* @var string
|
||||
* @since 1.0.0
|
||||
*/
|
||||
protected static $table = 'hr_staff_history';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user