mirror of
https://github.com/strapi/strapi.git
synced 2025-11-11 07:39:16 +00:00
Removed references to dead dialects
This commit is contained in:
parent
994c270773
commit
e23129b051
@ -18,8 +18,7 @@ const CLIENTS = [
|
|||||||
'sqlite3',
|
'sqlite3',
|
||||||
'mariasql',
|
'mariasql',
|
||||||
'oracle', 'strong-oracle',
|
'oracle', 'strong-oracle',
|
||||||
'mssql',
|
'mssql'
|
||||||
'websql'
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -65,9 +64,6 @@ module.exports = strapi => {
|
|||||||
case 'ms':
|
case 'ms':
|
||||||
connection.settings.client = 'mssql';
|
connection.settings.client = 'mssql';
|
||||||
break;
|
break;
|
||||||
case 'web':
|
|
||||||
connection.settings.client = 'websql';
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure the client is supported.
|
// Make sure the client is supported.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user