v4.3 ui: 3D wooden bookshelf redesign, fix player cover aspect ratio, and smooth subtitle scroll
This commit is contained in:
2
db.py
2
db.py
@@ -135,6 +135,8 @@ def init_db():
|
||||
('projects', 'thumbnail_path', 'TEXT'),
|
||||
('markdown_blocks', 'audio_path', 'TEXT'),
|
||||
('block_images', 'image_path', 'TEXT'),
|
||||
# --- v4.4: thumbnail auto-generated flag (1=auto, 0=user-uploaded) ---
|
||||
('projects', 'thumbnail_auto', 'INTEGER DEFAULT 0'),
|
||||
]
|
||||
|
||||
for table, column, definition in migrations:
|
||||
|
||||
Reference in New Issue
Block a user