Remove dbstructure update
This commit is contained in:
12
update.php
12
update.php
@@ -1287,15 +1287,3 @@ function update_1514()
|
||||
|
||||
return Update::SUCCESS;
|
||||
}
|
||||
|
||||
function update_1515()
|
||||
{
|
||||
DI::config()
|
||||
->beginTransaction()
|
||||
->delete('config', 'hostname')
|
||||
->delete('system', 'urlpath')
|
||||
->delete('system', 'ssl_policy')
|
||||
->commit();
|
||||
|
||||
return Update::SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user