rename undo mode in plugin oracle

This commit is contained in:
garnier-quentin 2019-09-09 11:49:17 +02:00
parent 9ba21e414f
commit 0ba725ed7b

View File

@ -58,7 +58,7 @@ sub new {
'tablespace-usage' => 'database::oracle::mode::tablespaceusage',
'temp-tablespace' => 'database::oracle::mode::temptablespace',
'tnsping' => 'database::oracle::mode::tnsping',
'undo-usage' => 'database::oracle::mode::undotablespace',
'undo-tablespace' => 'database::oracle::mode::undotablespace',
);
$self->{sql_modes}{dbi} = 'database::oracle::dbi';