Removed redundant hash field from files table as the reference already stores this value

This commit is contained in:
johnnyq
2025-03-17 14:59:37 -04:00
parent 244e1290b4
commit 4378fc2719
4 changed files with 127 additions and 121 deletions

View File

@@ -70,8 +70,7 @@ if (isset($_POST['upload_files'])) {
file_reference_name = '$file_reference_name',
file_name = '$file_name',
file_description = '$description',
file_ext = '$file_extension',
file_hash = '$file_hash',
file_ext = '$file_extension',
file_mime_type = '$file_mime_type',
file_size = $file_size,
file_created_by = $session_user_id,