DB에 thumbnail 테이블 추가

This commit is contained in:
static
2025-02-01 20:33:41 +09:00
parent ad0f3ff950
commit 2105b66cc3
4 changed files with 51 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ export * from "./category";
export * from "./client";
export * from "./file";
export * from "./hsk";
export * from "./media";
export * from "./mek";
export * from "./session";
export * from "./user";