mirror of
https://github.com/v0l/route96.git
synced 2025-06-21 21:26:27 +00:00
Upload/list progress
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user