mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
WebWizard: Grant permission for DDL statements by default
This commit is contained in:
parent
167ff54947
commit
8a1c224461
@ -78,6 +78,11 @@ class WebWizard extends Wizard implements SetupWizard
|
|||||||
'UPDATE',
|
'UPDATE',
|
||||||
'DELETE',
|
'DELETE',
|
||||||
'EXECUTE',
|
'EXECUTE',
|
||||||
|
'CREATE',
|
||||||
|
'CREATE VIEW',
|
||||||
|
'ALTER',
|
||||||
|
'DROP',
|
||||||
|
'INDEX',
|
||||||
'TEMPORARY', // PostgreSql
|
'TEMPORARY', // PostgreSql
|
||||||
'CREATE TEMPORARY TABLES' // MySQL
|
'CREATE TEMPORARY TABLES' // MySQL
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user