Skip to content

Extend `snippets` table with `organization_id` field

What does this MR do and why?

Extend snippets table with organization_id field (has default value 1, equal to default organization)

Similar to: https://gitlab.com/gitlab-org/gitlab/blob/4ce0cbb6c0da1212357e3036e3d2882c8618fec0/db/migrate/20230822064649_add_organization_id_to_project.rb#L9

This is part of the efforts to Update Snippets table to support Cells 1.0.

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 #460825 (closed)

Edited by Javiera Tapia

Merge request reports