change agencyFk by agencyModeFk
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2022-07-13 14:36:25 +02:00
parent fdf6e04233
commit cdf11c43fe
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ FROM travel t
JOIN warehouse wo ON wo.id = t.warehouseOutFk
JOIN country c ON c.id = wo.countryFk
LEFT JOIN continent cnt ON cnt.id = c.continentFk
JOIN agencyMode am ON am.id = t.agencyFk
JOIN agencyMode am ON am.id = t.agencyModeFk