refs#6685 RestoreViewCredit #2030

Merged
josepd merged 3 commits from 6685-fixRestoreViewCredit into dev 2024-02-13 09:00:05 +00:00
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;