feat: implement thumbnail processing for image uploads
This commit is contained in:
parent
52478379a0
commit
efb5b9ebea
8 changed files with 215 additions and 37 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue