Change the database version in backend.

This commit is contained in:
elweyn 2021-11-24 10:12:57 +01:00
parent 6b3d28d1ff
commit 4b80507c9b

View File

@ -25,7 +25,7 @@ import schema from '../graphql/schema'
// TODO implement
// import queryComplexity, { simpleEstimator, fieldConfigEstimator } from "graphql-query-complexity";
const DB_VERSION = '0004-login_server_data'
const DB_VERSION = '0005-admin_tables'
const createServer = async (context: any = serverContext): Promise<any> => {
// open mysql connection