Skip to content

Remove default values ci_daily_build_group_report_results#partition_id

Ref: #463947

What does this MR do and why?

This MR removes a default constraint on ci_daily_build_group_report_results#partition_id which is no longer required as we are currently writing data to our second partition (having a different value 101).

https://docs.gitlab.com/ee/development/database/avoiding_downtime_in_migrations.html#add-the-safelychangecolumndefault-concern-to-the-model-and-change-the-default-in-a-post-migration

Merge request reports