astarub / campus_app

Campus App of Ruhr-University Bochum
https://app.asta-bochum.de
GNU Affero General Public License v3.0
13 stars 4 forks source link

Regenerate EntityAdapters to prevent crashes #175

Closed henry-herrmann closed 2 months ago

henry-herrmann commented 2 months ago

174 added new fields to the EntityAdapters used for the Hive boxes which caused the app to stall after upgrading as the new fields are expected despite not being present.

In order to resolve this, a default value for the new fields was added.