django-cms / djangocms-column

Column Plugin for django-cms
BSD 3-Clause "New" or "Revised" License
18 stars 44 forks source link

fix: add missing migration #58

Closed sephii closed 5 months ago

sephii commented 7 months ago

Description

Running python -m django makemigrations --check --dry-run reports a missing migration for djangocms-column. This PR adds the missing migration.

Related resources

Checklist

sephii commented 6 months ago

By the way this fixes https://github.com/django-cms/djangocms-column/issues/57