mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 03:17:11 +00:00
Removed references to dead dialects
This commit is contained in:
parent
994c270773
commit
e23129b051
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user