From e23129b051d89daada45799814d2a3cf6b56a5e9 Mon Sep 17 00:00:00 2001 From: Paolo Ragone Date: Thu, 10 Jan 2019 23:39:32 +1300 Subject: [PATCH] Removed references to dead dialects --- packages/strapi-hook-knex/lib/index.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/strapi-hook-knex/lib/index.js b/packages/strapi-hook-knex/lib/index.js index d661ec610c..8ac4877be1 100644 --- a/packages/strapi-hook-knex/lib/index.js +++ b/packages/strapi-hook-knex/lib/index.js @@ -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.