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
This commit is contained in:
parent
b5cfd92e2b
commit
d1c174ea60
1 changed files with 2 additions and 2 deletions
|
@ -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/'`);
|
Loading…
Reference in a new issue