We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3835c commit 96b73caCopy full SHA for 96b73ca
libraries/src/Schema/ChangeSet.php
@@ -250,11 +250,6 @@ private function getUpdateFiles()
250
// Get the folder from the database name
251
$sqlFolder = $this->db->getServerType();
252
253
- // For `mssql` server types, convert the type to `sqlazure`
254
- if ($sqlFolder === 'mssql') {
255
- $sqlFolder = 'sqlazure';
256
- }
257
-
258
// Default folder to core com_admin
259
if (!$this->folder) {
260
$this->folder = JPATH_ADMINISTRATOR . '/components/com_admin/sql/updates/';
0 commit comments