Skip to content

Media: Store the release dates as timestamp instead of years

This MR aims at storing an actual timestamp in the Media release_date column. Most media expose a release year instead of an actual date, but we will need to expose a real date for subscriptions, and don't want to add another column for that.

While this doesn't break the API per-se, it will definitely cause a behavior change that will need some adaptations in the apps.

Edited by Hugo Beauzée-Luyssen

Merge request reports