Skip to content

Clean up bigint conversion for ci_pipeline_variables.id

Tianwen Chen requested to merge 408936-remove-trigger into master

What does this MR do and why?

Clean up bigint conversion for ci_pipeline_variables.id

  • drop column id_convert_to_bigint
  • drop trigger trigger_023e82d8e257

This is the third step described in #408936 (closed)

Previous step is swapping the primary key using bigint, see !120823 (merged)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #408936 (closed)

Edited by Marius Bobin

Merge request reports