fix: refs #4409 Grant CDC stock privileges
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
9a1669441f
commit
6ff366cf02
|
@ -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.%.%';
|
Loading…
Reference in New Issue