mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 23:24:03 +00:00
sqlite-legacy is dialect sqlite
This commit is contained in:
parent
c7db702b33
commit
f75af12505
@ -21,6 +21,7 @@ const getDialectName = (client) => {
|
||||
case 'mysql2':
|
||||
return 'mysql';
|
||||
case 'sqlite':
|
||||
case 'sqlite-legacy':
|
||||
return 'sqlite';
|
||||
default:
|
||||
throw new Error(`Unknown dialect ${client}`);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user