Skip to content

Add dev widget to task work item type

Mario Celi requested to merge 452420-add-dev-widget-to-tasks into master

What does this MR do and why?

In !148119 (merged) we missed adding the widget to the task type in the seeder. Because of this we need to make sure that installs that used that seeder also get this widget in the task type

DB review

Plans

Migration output

UP

bin/rails db:migrate:up:main db:migrate:up:ci VERSION=20240806222106
main: == [advisory_lock_connection] object_id: 127680, pg_backend_pid: 61242
main: == 20240806222106 AddDevWidgetToTasks: migrating ==============================
main: == 20240806222106 AddDevWidgetToTasks: migrated (0.0330s) =====================

main: == [advisory_lock_connection] object_id: 127680, pg_backend_pid: 61242
ci: == [advisory_lock_connection] object_id: 141840, pg_backend_pid: 61508
ci: == 20240806222106 AddDevWidgetToTasks: migrating ==============================
ci: -- The migration is skipped since it modifies the schemas: [:gitlab_main].
ci: -- This database can only apply migrations in one of the following schemas: [:gitlab_ci, :gitlab_internal, :gitlab_shared].
ci: == 20240806222106 AddDevWidgetToTasks: migrated (0.0076s) =====================

ci: == [advisory_lock_connection] object_id: 141840, pg_backend_pid: 61508

DOWN

bin/rails db:migrate:down:main db:migrate:down:ci VERSION=20240806222106
main: == [advisory_lock_connection] object_id: 127680, pg_backend_pid: 60452
main: == 20240806222106 AddDevWidgetToTasks: reverting ==============================
main: == 20240806222106 AddDevWidgetToTasks: reverted (0.0342s) =====================

main: == [advisory_lock_connection] object_id: 127680, pg_backend_pid: 60452
ci: == [advisory_lock_connection] object_id: 138400, pg_backend_pid: 60724
ci: == 20240806222106 AddDevWidgetToTasks: reverting ==============================
ci: -- The migration is skipped since it modifies the schemas: [:gitlab_main].
ci: -- This database can only apply migrations in one of the following schemas: [:gitlab_ci, :gitlab_internal, :gitlab_shared].
ci: == 20240806222106 AddDevWidgetToTasks: reverted (0.0081s) =====================

ci: == [advisory_lock_connection] object_id: 138400, pg_backend_pid: 60724

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #452420 (closed)

Closes #452420 (closed)

Edited by Mario Celi

Merge request reports

Loading