mirror of
https://example.com
synced 2024-11-23 05:06:41 +09:00
14 lines
378 B
JavaScript
14 lines
378 B
JavaScript
export class FirefishRepo1689957674000 {
|
|
name = "FirefishRepo1689957674000";
|
|
|
|
async up(queryRunner) {
|
|
await queryRunner.query(
|
|
`UPDATE meta SET "repositoryUrl" = 'https://code.naskya.net/naskya/firefish'`,
|
|
);
|
|
await queryRunner.query(
|
|
`UPDATE meta SET "feedbackUrl" = 'https://git.joinfirefish.org/firefish/firefish/issues'`,
|
|
);
|
|
}
|
|
|
|
async down(queryRunner) {}
|
|
}
|