fix: 時間なおす
This commit is contained in:
parent
852f975c85
commit
084f11d382
|
@ -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`);
|
Loading…
Reference in New Issue