mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
adjust required database version
This commit is contained in:
parent
d2fa23c1a2
commit
d6a7d8ddeb
@ -28,7 +28,7 @@ import { elopageWebhook } from '../webhook/elopage'
|
||||
// TODO implement
|
||||
// import queryComplexity, { simpleEstimator, fieldConfigEstimator } from "graphql-query-complexity";
|
||||
|
||||
const DB_VERSION = '0012-login_user_backups_unify_wordlist'
|
||||
const DB_VERSION = '0014-drop_unused_tables_with_data'
|
||||
|
||||
const createServer = async (context: any = serverContext): Promise<any> => {
|
||||
// open mysql connection
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user