fix migrations

Fix #8363
This commit is contained in:
syuilo 2022-03-01 00:07:03 +09:00
parent 94d4f8271e
commit a8e8b2e2cf
135 changed files with 383 additions and 493 deletions

View file

@ -1,6 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class ChannelNoteIdDescIndex1597893996136 {
export class ChannelNoteIdDescIndex1597893996136 {
constructor() {
this.name = 'ChannelNoteIdDescIndex1597893996136';
}
@ -13,4 +13,3 @@ class ChannelNoteIdDescIndex1597893996136 {
await queryRunner.query(`CREATE INDEX "IDX_f22169eb10657bded6d875ac8f" ON "note" ("channelId") `);
}
}
exports.ChannelNoteIdDescIndex1597893996136 = ChannelNoteIdDescIndex1597893996136;