|
@@ -1757,6 +1757,26 @@ SQL;
|
|
|
],
|
|
],
|
|
|
'base' => 1,
|
|
'base' => 1,
|
|
|
],
|
|
],
|
|
|
|
|
+ // refy dodatkowe do obsluzenia
|
|
|
|
|
+ 'BI_audit_MSIG' => [
|
|
|
|
|
+ 'refTablesTo' => [
|
|
|
|
|
+ 'BI_audit_KRS',
|
|
|
|
|
+ ],
|
|
|
|
|
+ 'base' => 0,
|
|
|
|
|
+ ],
|
|
|
|
|
+ 'BI_audit_MSIG_address' => [
|
|
|
|
|
+ 'refTablesTo' => [
|
|
|
|
|
+ 'BI_audit_KRS_address',
|
|
|
|
|
+ ],
|
|
|
|
|
+ 'base' => 0,
|
|
|
|
|
+ ],
|
|
|
|
|
+ 'BI_audit_MSIG_person' => [
|
|
|
|
|
+ 'refTablesTo' => [
|
|
|
|
|
+ 'BI_audit_KRS_person',
|
|
|
|
|
+ ],
|
|
|
|
|
+ 'base' => 0,
|
|
|
|
|
+ ],
|
|
|
|
|
+
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
$sourceTables = ['BI_audit_ENERGA_PRACOWNICY'];
|
|
$sourceTables = ['BI_audit_ENERGA_PRACOWNICY'];
|