[openSUSE/open-build-service] 696fc0: Remove creation of the foreign key on notified_pro...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 696fc068d363f4b1ad8c3bbd79752ffcecb5c96f https://github.com/openSUSE/open-build-service/commit/696fc068d363f4b1ad8c3b... Author: Dani Donisa <dani.doni@gmail.com> Date: 2023-04-27 (Thu, 27 Apr 2023) Changed paths: M src/api/.database_consistency.todo.yml M src/api/app/models/notified_project.rb R src/api/db/migrate/20230414151119_add_projects_id_notified_projects_project_id_fk.rb M src/api/db/schema.rb Log Message: ----------- Remove creation of the foreign key on notified_projects project_id There are some rows on production's notified_projects that reference missing projects in projects table. We need to figure out what to do with those records and how to prevent that from happening again before enforcing this foreign key index. Commit: a361044ef816420dd2eeca96679f412a66bdc33f https://github.com/openSUSE/open-build-service/commit/a361044ef816420dd2eeca... Author: Eduardo J <enavarro@suse.com> Date: 2023-04-27 (Thu, 27 Apr 2023) Changed paths: M src/api/.database_consistency.todo.yml M src/api/app/models/notified_project.rb R src/api/db/migrate/20230414151119_add_projects_id_notified_projects_project_id_fk.rb M src/api/db/schema.rb Log Message: ----------- Merge pull request #14246 from danidoni/remove-creation-of-foreign-key-on-notified-projects-project-id Remove creation of the foreign key on notified_projects project_id Compare: https://github.com/openSUSE/open-build-service/compare/a7bb6dc32df2...a36104...
participants (1)
-
Eduardo J.