mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
typo
This commit is contained in:
parent
613c560bcc
commit
c35c534a86
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ export class FixCalckeyAgain1668831378728 {
|
|||
name = 'FixCalckeyAgain1668831378728'
|
||||
|
||||
async up(queryRunner) {
|
||||
await queryRunner.query(`UPDATE "meta" SET "useStarForReactionFallback" = TRUE`);=
|
||||
await queryRunner.query(`UPDATE "meta" SET "useStarForReactionFallback" = TRUE`);
|
||||
}
|
||||
|
||||
async down(queryRunner) {
|
||||
|
|
Loading…
Reference in a new issue