diff --git a/db_scripts/diff/15080.up b/db_scripts/diff/15080.up new file mode 100644 index 00000000..7e028484 --- /dev/null +++ b/db_scripts/diff/15080.up @@ -0,0 +1,3 @@ +use accounting; +grant select, update on accounting.events to export@localhost; +grant select, insert, update on accounting.mark to export@localhost;