fix(server): migrate old tables (#14954)

This commit is contained in:
DarkSky
2026-05-13 21:57:28 +08:00
committed by GitHub
parent f19a922793
commit 322f2ba986
10 changed files with 2449 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ pub mod hashcash;
pub mod html_sanitize;
pub mod image;
pub mod llm;
pub mod permission;
pub mod safe_fetch;
pub mod tiktoken;