mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 04:28:29 -05:00
FEATURE: Add S3 etag value to uploads table (#6795)
This commit is contained in:
committed by
Guo Xiang Tan
parent
3a04e04ccb
commit
75dbb98cca
@@ -289,6 +289,7 @@ end
|
||||
# extension :string(10)
|
||||
# thumbnail_width :integer
|
||||
# thumbnail_height :integer
|
||||
# etag :string
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
@@ -297,4 +298,5 @@ end
|
||||
# index_uploads_on_sha1 (sha1) UNIQUE
|
||||
# index_uploads_on_url (url)
|
||||
# index_uploads_on_user_id (user_id)
|
||||
# index_uploads_on_etag (etag)
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user