From d1c174ea608a4fc6ffcdace088198475bb24d385 Mon Sep 17 00:00:00 2001 From: dakkar Date: Mon, 19 Feb 2024 11:41:35 +0000 Subject: [PATCH] rename to get it applied after upstream changes upstream `1708266695091-repositoryUrl-from-syuilo-to-misskey-dev.js` changes `repositoryUrl` to one of the values this patch recognise, so let's do ours after theirs --- ...RepositoryUrl.js => 1708342829000-SharkeyRepositoryUrl.js} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename packages/backend/migration/{1708080086874-SharkeyRepositoryUrl.js => 1708342829000-SharkeyRepositoryUrl.js} (94%) 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/'`);