mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Ensure javascript caches are unique per theme/theme_field (#23126)
We were assuming that this was the case before, but not enforcing it.
This commit is contained in:
committed by
GitHub
parent
54092833b9
commit
80a0d88e4c
@@ -46,8 +46,8 @@ end
|
||||
# Indexes
|
||||
#
|
||||
# index_javascript_caches_on_digest (digest)
|
||||
# index_javascript_caches_on_theme_field_id (theme_field_id)
|
||||
# index_javascript_caches_on_theme_id (theme_id)
|
||||
# index_javascript_caches_on_theme_field_id (theme_field_id) UNIQUE
|
||||
# index_javascript_caches_on_theme_id (theme_id) UNIQUE
|
||||
#
|
||||
# Foreign Keys
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user