diff --git a/packages/backend/migration/1708080086874-SharkeyRepositoryUrl.js b/packages/backend/migration/1708342829000-SharkeyRepositoryUrl.js similarity index 94% rename from packages/backend/migration/1708080086874-SharkeyRepositoryUrl.js rename to packages/backend/migration/1708342829000-SharkeyRepositoryUrl.js index be07c7594..0853ed4ed 100644 --- a/packages/backend/migration/1708080086874-SharkeyRepositoryUrl.js +++ b/packages/backend/migration/1708342829000-SharkeyRepositoryUrl.js @@ -3,8 +3,8 @@ * SPDX-License-Identifier: AGPL-3.0-only */ -export class SharkeyRepositoryUrl1708080086874 { - name = 'SharkeyRepositoryUrl1708080086874' +export class SharkeyRepositoryUrl1708342829000 { + name = 'SharkeyRepositoryUrl1708342829000' async up(queryRunner) { await queryRunner.query(`ALTER TABLE "meta" ALTER COLUMN "repositoryUrl" SET DEFAULT 'https://activitypub.software/TransFem-org/Sharkey/'`);