Can delete member image

This commit is contained in:
2023-08-07 11:07:24 +02:00
parent c27ed56b8a
commit c6148f6562
14 changed files with 555 additions and 14 deletions

View File

@ -64,7 +64,8 @@ diesel::table! {
diesel::table! {
photos (id) {
id -> Int4,
time_create -> Varchar,
file_id -> Varchar,
time_create -> Int8,
mime_type -> Varchar,
sha512 -> Varchar,
file_size -> Int4,