mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 01:13:09 +02:00
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
|
* SPDX-License-Identifier: AGPL-3.0-only
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export class SharkeyRepositoryUrl1708080086874 {
|
export class SharkeyRepositoryUrl1708342829000 {
|
||||||
name = 'SharkeyRepositoryUrl1708080086874'
|
name = 'SharkeyRepositoryUrl1708342829000'
|
||||||
|
|
||||||
async up(queryRunner) {
|
async up(queryRunner) {
|
||||||
await queryRunner.query(`ALTER TABLE "meta" ALTER COLUMN "repositoryUrl" SET DEFAULT 'https://activitypub.software/TransFem-org/Sharkey/'`);
|
await queryRunner.query(`ALTER TABLE "meta" ALTER COLUMN "repositoryUrl" SET DEFAULT 'https://activitypub.software/TransFem-org/Sharkey/'`);
|
Loading…
Reference in a new issue