mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-02-16 04:38:42 +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": {
|
"hr_staff_active": {
|
||||||
"name": "hr_staff_active",
|
"name": "hr_staff_active",
|
||||||
"type": "INT",
|
"type": "TINYINT",
|
||||||
"null": false
|
"null": false
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"hr_staff_history": {
|
"hr_staff_history": {
|
||||||
"name": "hr_staff_history",
|
"name": "hr_staff_history",
|
||||||
|
|
@ -94,4 +95,3 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
@ -25,4 +25,12 @@ final class EmployeeHistoryMapper extends DataMapperAbstract
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static $primaryField = 'hr_staff_history_id';
|
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