Remove AppSupport model (original) (raw)
AppSupport is used to denormalize application support info, making it easier to find out what apps an add-on support from the Addon instance. It was used before in various parts of legacy frontend, when making sql queries listing add-ons compatible with the current app.
The new frontend doesn't rely on it, instead using the search API for all its "browse" queries, and therefore depending on elasticsearch, not sql, making that model obsolete.
Let's remove it. A few things still depend on it but it should be possible to work around that.