Make `design_management_versions.created_at` not null
!17316 (merged) introduced a new PostgreSQL created_at
column for DesignManagement::Version
. As the values for existing records were all null
at the time of the migration, this couldn't be set to null: false
.
A release after this data is backfilled for existing records we can migrate this column to null: false
.