From fb44527b3a492545e51f3008d613a03e45cfc2c7 Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Mon, 20 Nov 2023 13:40:44 +0100 Subject: [PATCH] update migration count --- backend/src/config/index.ts | 2 +- .../Contribution.ts | 0 database/entity/Contribution.ts | 2 +- ...d_by_contribution.ts => 0076-add_updated_by_contribution.ts} | 0 dht-node/src/config/index.ts | 2 +- federation/src/config/index.ts | 2 +- 6 files changed, 4 insertions(+), 4 deletions(-) rename database/entity/{0075-add_updated_by_contribution => 0076-add_updated_by_contribution}/Contribution.ts (100%) rename database/migrations/{0075-add_updated_by_contribution.ts => 0076-add_updated_by_contribution.ts} (100%) diff --git a/backend/src/config/index.ts b/backend/src/config/index.ts index 9c0347f97..f96cb4fe4 100644 --- a/backend/src/config/index.ts +++ b/backend/src/config/index.ts @@ -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 diff --git a/database/entity/0075-add_updated_by_contribution/Contribution.ts b/database/entity/0076-add_updated_by_contribution/Contribution.ts similarity index 100% rename from database/entity/0075-add_updated_by_contribution/Contribution.ts rename to database/entity/0076-add_updated_by_contribution/Contribution.ts diff --git a/database/entity/Contribution.ts b/database/entity/Contribution.ts index 29914255b..2a2e89cfa 100644 --- a/database/entity/Contribution.ts +++ b/database/entity/Contribution.ts @@ -1 +1 @@ -export { Contribution } from './0075-add_updated_by_contribution/Contribution' +export { Contribution } from './0076-add_updated_by_contribution/Contribution' diff --git a/database/migrations/0075-add_updated_by_contribution.ts b/database/migrations/0076-add_updated_by_contribution.ts similarity index 100% rename from database/migrations/0075-add_updated_by_contribution.ts rename to database/migrations/0076-add_updated_by_contribution.ts diff --git a/dht-node/src/config/index.ts b/dht-node/src/config/index.ts index 109675869..f3c2e0723 100644 --- a/dht-node/src/config/index.ts +++ b/dht-node/src/config/index.ts @@ -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', diff --git a/federation/src/config/index.ts b/federation/src/config/index.ts index b663bea91..9dec6d878 100644 --- a/federation/src/config/index.ts +++ b/federation/src/config/index.ts @@ -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