feat: add migration for filecodes table and update size field to BigInt

This commit is contained in:
Lan
2026-02-27 23:38:27 +08:00
parent db2c94fd19
commit 68464b3a9a
3 changed files with 74 additions and 2 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ DEFAULT_CONFIG = {
],
"themesSelect": "themes/2024",
"errorMinute": 1,
"errorCount": 1,
"errorCount": 10,
"serverWorkers": 1,
"serverHost": "0.0.0.0",
"serverPort": 12345,