fix: specify database context in agencyIncoming foreign key deletion SQL
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Javi Gallego 2025-01-28 08:09:18 +01:00
parent b8f9dc7ad7
commit c73af0a44b
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
use `vn`;
DELETE ai from
`vn`.`agencyIncoming` ai
LEFT JOIN `vn`.`agencyMode` am ON