diff --git a/backend/src/server/createServer.ts b/backend/src/server/createServer.ts index e5dfd113b..4ed20232d 100644 --- a/backend/src/server/createServer.ts +++ b/backend/src/server/createServer.ts @@ -29,7 +29,7 @@ import { elopageWebhook } from '../webhook/elopage' // TODO implement // import queryComplexity, { simpleEstimator, fieldConfigEstimator } from "graphql-query-complexity"; -const DB_VERSION = '0005-admin_tables' +const DB_VERSION = '0006-login_users_collation' const createServer = async (context: any = serverContext): Promise => { // open mysql connection