mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change the database version in backend.
This commit is contained in:
parent
6b3d28d1ff
commit
4b80507c9b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user