Skip to content

Commit

Permalink
Enhance: misskey to type4ny
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyatea committed Sep 17, 2024
1 parent 9704116 commit 21c3d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/backend/migration/1557761316509-AddSomeUrls.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
export class AddSomeUrls1557761316509 {
async up(queryRunner) {
await queryRunner.query('ALTER TABLE "meta" ADD "ToSUrl" character varying(512)');
await queryRunner.query('ALTER TABLE "meta" ADD "repositoryUrl" character varying(512) NOT NULL DEFAULT \'https://github.com/misskey-dev/misskey\'');
await queryRunner.query('ALTER TABLE "meta" ADD "feedbackUrl" character varying(512) DEFAULT \'https://github.com/misskey-dev/misskey/issues/new\'');
await queryRunner.query('ALTER TABLE "meta" ADD "repositoryUrl" character varying(512) NOT NULL DEFAULT \'https://github.com/type4ny-project/type4ny\'');
await queryRunner.query('ALTER TABLE "meta" ADD "feedbackUrl" character varying(512) DEFAULT \'https://github.com/type4ny-project/type4ny/issues/new\'');
}
async down(queryRunner) {
await queryRunner.query('ALTER TABLE "meta" DROP COLUMN "feedbackUrl"');
Expand Down

0 comments on commit 21c3d24

Please sign in to comment.