Skip to content

v1.3.1

Choose a tag to compare

@hicinformatic hicinformatic released this 07 Jun 14:23
· 24 commits to main since this release
Release 1.3.1: fix migration 0011 on SQLite

Use DROP COLUMN ... CASCADE when swapping MissiveScheduledCampaign.id to UUID
so Django 5.0/5.1 + SQLite can drop FK constraints (e.g. Missive.scheduler_id)
before the column is removed and recreated later in the same migration.

Bump pymissive and django-pymissive to 1.3.1 (aligned versions).

Co-authored-by: Cursor <cursoragent@cursor.com>