feat: add max_upload_size_bytes column and shared type

This commit is contained in:
Jannis Braun
2026-03-23 02:19:42 +01:00
parent 3c2c333a56
commit eb743ca2ca
4 changed files with 9 additions and 0 deletions
+1
View File
@@ -230,6 +230,7 @@ function createTables(db: Database.Database): void {
max_resolution INTEGER NOT NULL DEFAULT 1080,
max_framerate INTEGER NOT NULL DEFAULT 60,
registration_open INTEGER,
max_upload_size_bytes INTEGER,
updated_at INTEGER NOT NULL DEFAULT 0
);