From dc446862c1090cc3d22db554d42464f6b4b1c1ec Mon Sep 17 00:00:00 2001 From: advplyr Date: Thu, 30 Apr 2026 16:08:24 -0500 Subject: [PATCH] Rename migration to v2.35.0 & merge master --- ...-last-refresh-token.js => v2.35.0-add-last-refresh-token.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename server/migrations/{v2.33.0-add-last-refresh-token.js => v2.35.0-add-last-refresh-token.js} (99%) diff --git a/server/migrations/v2.33.0-add-last-refresh-token.js b/server/migrations/v2.35.0-add-last-refresh-token.js similarity index 99% rename from server/migrations/v2.33.0-add-last-refresh-token.js rename to server/migrations/v2.35.0-add-last-refresh-token.js index 5b53c749..0ad190e9 100644 --- a/server/migrations/v2.33.0-add-last-refresh-token.js +++ b/server/migrations/v2.35.0-add-last-refresh-token.js @@ -7,7 +7,7 @@ * @property {MigrationContext} context - an object containing the migration context. */ -const migrationVersion = '2.33.0' +const migrationVersion = '2.35.0' const migrationName = `${migrationVersion}-add-last-refresh-token` const loggerPrefix = `[${migrationVersion} migration]`