diff --git a/backend/src/config/index.ts b/backend/src/config/index.ts index 2c4337f00..f357f5027 100644 --- a/backend/src/config/index.ts +++ b/backend/src/config/index.ts @@ -12,7 +12,7 @@ Decimal.set({ }) const constants = { - DB_VERSION: '0027-decimal_types', + DB_VERSION: '0028-clean_transaction_table', DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0 }