What's Changed
- [Feature] Add calendar public flag option by @1Luc1 in #200
- Switch to
bigint
for occurence timestamps in #186 - Move docker env vars to .env by @eosti in #210
- Various other small updates for Docker + documentation
How to upgrade
Tip
The added migration will only make changes if you're on MySQL or PostgreSQL; it's expected, you can ignore if you're using SQLite
0. Back up your database
This is a safety precaution in case you end up messing with a migration or the database in general. It's highly recommended, even if you know exactly what you're doing.
1. Update the code and migrate
You can now update the code (either directly or get the up to date container), and then run the remaining migrations with:
bin/console doctrine:migrations:migrate --allow-no-migration
Also, there is a new PUBLIC_CALENDARS_ENABLED
env var (default to true, maintaining the previous behaviour), check the README for more information.
Thanks @1Luc1 for your help
Full Changelog: v5.1.2...v5.1.3