-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: Schema Change
-
None
cover_art_archive.index_listing is missing the following columns in production (which do exist on event_art_archive.index_listing):
- filesize
- thumb_250_filesize
- thumb_500_filesize
- thumb_1200_filesize
These were added to the cover_art_archive.cover_art table for MBS-7480 in schema 25, but at that time we never recreated the CAA view which selects * from this table. The EAA table and associated view were added later, so no migration was needed; the view had these columns from the start.
Note that people who created their DBs on/after schema 25 will have these columns in the view.