mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +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',
|
||||
'DELETE',
|
||||
'EXECUTE',
|
||||
'CREATE',
|
||||
'CREATE VIEW',
|
||||
'ALTER',
|
||||
'DROP',
|
||||
'INDEX',
|
||||
'TEMPORARY', // PostgreSql
|
||||
'CREATE TEMPORARY TABLES' // MySQL
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user