Skip to content

Commit

Permalink
add alter permission to obscurouser
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Apr 11, 2024
1 parent 20ec195 commit 1b6f4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/walletextension/storage/database/001_init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
CREATE DATABASE IF NOT EXISTS ogdb;

-- Grant the necessary permissions
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP ON ogdb.* TO 'obscurouser';
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, DROP ON ogdb.* TO 'obscurouser';

-- Reload the privileges from the grant tables in the mysql database
FLUSH PRIVILEGES;

0 comments on commit 1b6f4c3

Please sign in to comment.