Remove MySQL support

This commit is contained in:
Sebastiaan Janssen
2019-01-17 12:07:31 +01:00
parent cdf38af171
commit 9e7eb2ad75
49 changed files with 600 additions and 2388 deletions

View File

@@ -6,8 +6,7 @@ angular.module("umbraco.install").controller("Umbraco.Installer.DataBaseControll
$scope.dbs = [
{ name: 'Microsoft SQL Server Compact (SQL CE)', id: 0},
{ name: 'Microsoft SQL Server', id: 1},
{ name: 'Microsoft SQL Azure', id: 3 },
{ name: 'MySQL', id: 2 },
{ name: 'Microsoft SQL Azure', id: 3 },
{ name: 'Custom connection string', id: -1}
];