upgrade db-version in dht-modul

This commit is contained in:
Claus-Peter Hübner 2023-02-01 22:29:39 +01:00
parent 0862bb6640
commit 22c8de606c

View File

@ -3,7 +3,7 @@ import dotenv from 'dotenv'
dotenv.config()
const constants = {
DB_VERSION: '0059-add_hide_amount_to_users',
DB_VERSION: '0060-add_verified_at_to communities',
LOG4JS_CONFIG: 'log4js-config.json',
// default log level on production should be info
LOG_LEVEL: process.env.LOG_LEVEL || 'info',