update migration count

This commit is contained in:
einhorn_b 2023-11-20 13:40:44 +01:00
parent d0ebb025f5
commit fb44527b3a
6 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ Decimal.set({
})
const constants = {
DB_VERSION: '0075-add_updated_by_contribution',
DB_VERSION: '0076-add_updated_by_contribution',
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

@ -1 +1 @@
export { Contribution } from './0075-add_updated_by_contribution/Contribution'
export { Contribution } from './0076-add_updated_by_contribution/Contribution'

View File

@ -4,7 +4,7 @@ import dotenv from 'dotenv'
dotenv.config()
const constants = {
DB_VERSION: '0075-add_updated_by_contribution',
DB_VERSION: '0076-add_updated_by_contribution',
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: '0075-add_updated_by_contribution',
DB_VERSION: '0076-add_updated_by_contribution',
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