feat: implement thumbnail processing for image uploads

This commit is contained in:
Jef Roosens 2025-01-17 11:57:36 +01:00
parent 52478379a0
commit efb5b9ebea
No known key found for this signature in database
GPG key ID: 21FD3D77D56BAF49
8 changed files with 215 additions and 37 deletions

View file

@ -5,5 +5,6 @@ create table images (
-- Keep entries in the database so the files can be removed later
on delete set null,
date_taken date not null,
mime_type text not null,
note text
);