fix baseline

This commit is contained in:
Dennis Eichhorn 2020-03-12 19:31:56 +01:00
parent b9b6c1bd20
commit 74e396bc49
2 changed files with 0 additions and 1629 deletions

File diff suppressed because it is too large Load Diff

View File

@ -48,20 +48,3 @@ parameters:
-
message: '#Binary operation "\-" between string and int results in an error#'
path: *Matrix/Matrix.php
SELECT
`a`.`organization_unit_id` as id_3,
`b`.`organization_unit_id` as id_2,
`c`.`organization_unit_id` as id_1
FROM `oms_organization_unit` as a
LEFT JOIN `oms_organization_unit` as b
ON
`a`.`organization_unit_parent` = `b`.`organization_unit_id`
LEFT JOIN `oms_organization_unit` as c
ON
`b`.`organization_unit_parent` = `c`.`organization_unit_id`
WHERE `a`.`organization_unit_id` = 1;