switch to migration 0071

This commit is contained in:
Claus-Peter Huebner 2023-08-22 23:34:44 +02:00
parent 23b333551f
commit a33dba3a77
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ Decimal.set({
})
const constants = {
DB_VERSION: '0070-add_dlt_transactions_table',
DB_VERSION: '0071-add-pending_transactions-table',
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: '0070-add_dlt_transactions_table',
DB_VERSION: '0071-add-pending_transactions-table',
LOG4JS_CONFIG: 'log4js-config.json',
// default log level on production should be info
LOG_LEVEL: process.env.LOG_LEVEL || 'info',

View File

@ -11,7 +11,7 @@ Decimal.set({
*/
const constants = {
DB_VERSION: '0070-add_dlt_transactions_table',
DB_VERSION: '0071-add-pending_transactions-table',
// 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