fix: 時間なおす

This commit is contained in:
kakkokari-gtyih 2025-06-05 11:51:49 +09:00
parent 852f975c85
commit 084f11d382
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
* SPDX-License-Identifier: AGPL-3.0-only * SPDX-License-Identifier: AGPL-3.0-only
*/ */
export class StreamNotesCdnCache1735377503979 { export class StreamNotesCdnCache1749091859726 {
name = 'StreamNotesCdnCache1735377503979' name = 'StreamNotesCdnCache1749091859726'
async up(queryRunner) { async up(queryRunner) {
await queryRunner.query(`ALTER TABLE "meta" ADD "enableStreamNotesCdnCache" boolean NOT NULL DEFAULT false`); await queryRunner.query(`ALTER TABLE "meta" ADD "enableStreamNotesCdnCache" boolean NOT NULL DEFAULT false`);