Fixed 267U.pre2
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export class IceshrimpRepo1689965609061 {
|
||||
name = "IceshrimpRepo1689965609061";
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`UPDATE meta SET "repositoryUrl" = 'https://iceshrimp.dev/iceshrimp/iceshrimp'`);
|
||||
await queryRunner.query(`UPDATE meta SET "feedbackUrl" = 'https://iceshrimp.dev/iceshrimp/iceshrimp/issues'`);
|
||||
}
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`UPDATE meta SET "repositoryUrl" = 'https://codeberg.org/firefish/firefish'`);
|
||||
await queryRunner.query(`UPDATE meta SET "feedbackUrl" = 'https://codeberg.org/firefish/firefish/issues'`);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user