Fehler: added fehlerupdate for adding missing fehler from config files to database

This commit is contained in:
Alexei Karpenko
2026-01-16 13:09:11 +01:00
parent c6232f7959
commit cd03264ab4
6 changed files with 421 additions and 10 deletions
+2 -1
View File
@@ -9,6 +9,7 @@ class Fehler_model extends DB_Model
{
parent::__construct();
$this->dbTable = 'system.tbl_fehler';
$this->pk = 'fehlercode';
$this->pk = array('fehlercode');
$this->hasSequence = false;
}
}