Merge pull request 'refs#6685 RestoreViewCredit' (!2030) from 6685-fixRestoreViewCredit into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2030
Reviewed-by: Guillermo Bonet <guillermo@verdnatura.es>
This commit is contained in:
Josep Domingo 2024-02-13 09:00:03 +00:00
commit 51b336d9f7
1 changed files with 5 additions and 0 deletions

View File

@ -1 +1,6 @@
CREATE OR REPLACE DEFINER=`root`@`localhost`
SQL SECURITY DEFINER
VIEW `vn2008`.`credit`AS
SELECT 1;
GRANT SELECT ON TABLE vn2008.credit TO financialBoss;