mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
- Added new controller RtPerson
- Changed pk in model RtPerson - Added grants for new sequence in migration script 011_reihungstest
This commit is contained in:
@@ -8,8 +8,7 @@ class RtPerson_model extends DB_Model
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->dbTable = 'public.tbl_rt_person';
|
||||
$this->pk = array('person_id', 'rt_id');
|
||||
$this->hasSequence = false;
|
||||
$this->dbTable = "public.tbl_rt_person";
|
||||
$this->pk = "rt_person_id";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user