github tchapi/davis v4.4.0

latest releases: v5.0.2, v5.0.1-rc, v5.0.0-rc...
10 months ago

What's Changed

  • Allow more space for calendar and card data columns (→ MEDIUM TEXT) in #127 and efe4948
  • Fix deleting calendar proxies in #126

How to migrate your database

Tip

The added migration will only make changes if you're on MySQL; it's expected, you can ignore if you're using PostgreSQL or 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

Note

Some migrations are for PostgreSQL, some for MySQL, so it's perfectly normal if you always have a "New" migration that is skipped, and if you're not at the latest one.


Full Changelog: v4.3.0...v4.4.0

Don't miss a new davis release

NewReleases is sending notifications on new releases.