Remove dbstructure update

This commit is contained in:
Philipp
2023-02-19 11:31:22 +01:00
parent b593165949
commit 366d798e38
3 changed files with 2 additions and 14 deletions

View File

@@ -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;
}