암호화 마이그레이션 기능 삭제

This commit is contained in:
static
2026-03-10 19:33:12 +09:00
parent 3c1e98c872
commit c2874035ba
13 changed files with 141 additions and 589 deletions

View File

@@ -3,7 +3,7 @@ import type { Ciphertext } from "./utils";
export interface UploadSessionTable {
id: string;
type: "file" | "thumbnail" | "migration";
type: "file" | "thumbnail";
user_id: number;
path: string;
bitmap: Buffer;