perf: paginate docs list, lazy thumbnails, static cache headers
This commit is contained in:
@@ -18,6 +18,7 @@ def _migrate(conn):
|
||||
("declared_property_count", "INTEGER"),
|
||||
("image_hash", "TEXT"),
|
||||
("duplicate_of", "INTEGER"),
|
||||
("duplicate_dismissed", "INTEGER DEFAULT 0"),
|
||||
]
|
||||
for col, col_type in migrations:
|
||||
if col not in existing:
|
||||
|
||||
Reference in New Issue
Block a user