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

@ -32,7 +32,8 @@ CREATE TABLE memberships (
CREATE TABLE photos (
id SERIAL PRIMARY KEY,
time_create VARCHAR(130) NOT NULL,
file_id VARCHAR(36) NOT NULL,
time_create BIGINT NOT NULL,
mime_type VARCHAR(150) NOT NULL,
sha512 VARCHAR(130) NOT NULL,
file_size INTEGER NOT NULL,