Upload/list progress

This commit is contained in:
2024-04-30 16:07:15 +01:00
parent 00351407d5
commit 6ed9088aaa
10 changed files with 349 additions and 92 deletions

View File

@ -11,6 +11,7 @@ create table uploads
user_id integer unsigned not null,
name varchar(256) not null,
size integer unsigned not null,
mime_type varchar(128) not null,
created timestamp default current_timestamp,
constraint fk_uploads_user