upgrade db-version in modules

This commit is contained in:
Claus-Peter Huebner 2023-11-06 22:06:15 +01:00
parent acea79c2bf
commit 8c898490fb
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ Decimal.set({
})
const constants = {
DB_VERSION: '0073-introduce_foreign_user_in_users_table',
DB_VERSION: '0074-insert_communityuuid in_existing_users',
DECAY_START_TIME: new Date('2021-05-13 17:46:31-0000'), // GMT+0
LOG4JS_CONFIG: 'log4js-config.json',
// default log level on production should be info

View File

@ -4,7 +4,7 @@ import dotenv from 'dotenv'
dotenv.config()
const constants = {
DB_VERSION: '0073-introduce_foreign_user_in_users_table',
DB_VERSION: '0074-insert_communityuuid in_existing_users',
LOG4JS_CONFIG: 'log4js-config.json',
// default log level on production should be info
LOG_LEVEL: process.env.LOG_LEVEL || 'info',

View File

@ -10,7 +10,7 @@ Decimal.set({
})
const constants = {
DB_VERSION: '0073-introduce_foreign_user_in_users_table',
DB_VERSION: '0074-insert_communityuuid in_existing_users',
DECAY_START_TIME: new Date('2021-05-13 17:46:31-0000'), // GMT+0
LOG4JS_CONFIG: 'log4js-config.json',
// default log level on production should be info