Level model does not contain the level update timestamp.
RealistikDash opened this issue · 0 comments
RealistikDash commented
As the title specifies, neither the level model nor the database table contain the timestamp at which the level was updated, which is crucial level metadata.
This fix should be reflected in both the database (using the migrations system) and Level
model, alongside the level repository. Additionally, the level update and upload usecases should handle its updating the the current timestamp.