diff --git a/backend/src/config/index.ts b/backend/src/config/index.ts index bdb7f8fa5..0391f41f1 100644 --- a/backend/src/config/index.ts +++ b/backend/src/config/index.ts @@ -4,7 +4,7 @@ import dotenv from 'dotenv' dotenv.config() const constants = { - DB_VERSION: '0021-elopagebuys_fields_nullable', + DB_VERSION: '0022-delete_decay_start_block', DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0 } diff --git a/database/migrations/0020-delete_decay_start_block.ts b/database/migrations/0022-delete_decay_start_block.ts similarity index 100% rename from database/migrations/0020-delete_decay_start_block.ts rename to database/migrations/0022-delete_decay_start_block.ts