django-cms / djangocms-moderation

Other
13 stars 21 forks source link

Split data migration #79

Closed chaosk closed 6 years ago

chaosk commented 6 years ago

Follow the "add nullable field, migrate data, make the field not nullable" pattern. SQLite doesn't enforce foreign key constraints, so previous default=0 worked locally.