This commit is contained in:
syuilo
2025-03-17 12:32:55 +09:00
parent 1ce81f243e
commit 855d8d0a9f
12 changed files with 793 additions and 38 deletions

View File

@@ -76,6 +76,7 @@ import { MiRoleAssignment } from '@/models/RoleAssignment.js';
import { MiFlash } from '@/models/Flash.js';
import { MiFlashLike } from '@/models/FlashLike.js';
import { MiUserMemo } from '@/models/UserMemo.js';
import { MiChatMessage } from '@/models/ChatMessage.js';
import { MiBubbleGameRecord } from '@/models/BubbleGameRecord.js';
import { MiReversiGame } from '@/models/ReversiGame.js';
@@ -236,6 +237,7 @@ export const entities = [
MiFlash,
MiFlashLike,
MiUserMemo,
MiChatMessage,
MiBubbleGameRecord,
MiReversiGame,
...charts,