Skip to content

Fix migration

Markus Koller requested to merge bugfix/fix-offer-type-migration into develop

This migration failed on staging with PG::NotNullViolation: ERROR: column "offer_type" contains null values

The default needs to be set before/simultaneously with disallowing NULL values.

Merge request reports