fix: refs #4409 Grant CDC stock privileges
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2025-03-04 08:43:25 +01:00
parent 9a1669441f
commit 6ff366cf02
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
GRANT EXECUTE ON PROCEDURE stock.buyOut_refreshBuy TO 'mycdc-consumer'@'10.0.%.%';
GRANT EXECUTE ON PROCEDURE stock.buyOut_refreshOrder TO 'mycdc-consumer'@'10.0.%.%';
GRANT EXECUTE ON PROCEDURE stock.buyOut_refreshSale TO 'mycdc-consumer'@'10.0.%.%';