-
- Downloads
Remove FK dast_site_profiles_builds.ci_build_id as we have LFK
In !77908 we already added a ["loose foreign key"]( https://docs.gitlab.com/ee/development/database/loose_foreign_keys.html) to replace this foreign key. Now that this has been running fine in production we should be OK to remove the foreign key altogether. This was added in a post-deployment migration as we want to ensure that they have the correct code running with the loose foreign key in place before we remove the foreign key to ensure that there isn't any lost deletes. Changelog: other
parent
eccefaed
No related branches found
No related tags found
Showing
- db/post_migrate/20220110233155_remove_dast_site_profiles_builds_ci_build_id_fk.rb 17 additions, 0 deletions...233155_remove_dast_site_profiles_builds_ci_build_id_fk.rb
- db/schema_migrations/20220110233155 1 addition, 0 deletionsdb/schema_migrations/20220110233155
- db/structure.sql 0 additions, 3 deletionsdb/structure.sql
db/schema_migrations/20220110233155
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!562 (merged)
Please register or sign in to comment