Skip to content

Commit 96b73ca

Browse files
committed
Remove obsolete mssql check from ChangeSet
1 parent 1d3835c commit 96b73ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libraries/src/Schema/ChangeSet.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,6 @@ private function getUpdateFiles()
250250
// Get the folder from the database name
251251
$sqlFolder = $this->db->getServerType();
252252

253-
// For `mssql` server types, convert the type to `sqlazure`
254-
if ($sqlFolder === 'mssql') {
255-
$sqlFolder = 'sqlazure';
256-
}
257-
258253
// Default folder to core com_admin
259254
if (!$this->folder) {
260255
$this->folder = JPATH_ADMINISTRATOR . '/components/com_admin/sql/updates/';

0 commit comments

Comments
 (0)