Removed references to dead dialects

This commit is contained in:
Paolo Ragone 2019-01-10 23:39:32 +13:00
parent 994c270773
commit e23129b051

View File

@ -18,8 +18,7 @@ const CLIENTS = [
'sqlite3',
'mariasql',
'oracle', 'strong-oracle',
'mssql',
'websql'
'mssql'
];
/**
@ -65,9 +64,6 @@ module.exports = strapi => {
case 'ms':
connection.settings.client = 'mssql';
break;
case 'web':
connection.settings.client = 'websql';
break;
}
// Make sure the client is supported.