mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
migration
This commit is contained in:
parent
f11d910902
commit
ab07240b11
15
packages/backend/migration/1658203170545calckey.js
Normal file
15
packages/backend/migration/1658203170545calckey.js
Normal file
@ -0,0 +1,15 @@
|
||||
export class calckey1658203170545 {
|
||||
name = 'calckey1658203170545'
|
||||
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`UPDATE meta SET "useStarForReactionFallback" = TRUE;`);
|
||||
await queryRunner.query(`UPDATE meta SET "repositoryUrl" = 'https://codeberg/thatonecalculator/calckey'`);
|
||||
await queryRunner.query(`UPDATE meta SET "feedbackUrl" = 'https://codeberg/thatonecalculator/calckey/issues'`);
|
||||
}
|
||||
|
||||
async down(queryRunner) {
|
||||
await queryRunner.query(`UPDATE meta SET "useStarForReactionFallback" = FALSE;`);
|
||||
await queryRunner.query(`UPDATE meta SET "repositoryUrl" = 'https://codeberg/thatonecalculator/calckey'`);
|
||||
await queryRunner.query(`UPDATE meta SET "feedbackUrl" = 'https://codeberg/thatonecalculator/calckey/issues'`);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user