diff --git a/dht-node/src/config/index.ts b/dht-node/src/config/index.ts index 02cbb20e9..70dd829bb 100644 --- a/dht-node/src/config/index.ts +++ b/dht-node/src/config/index.ts @@ -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',