-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'sh-enforce-unique-and-not-null-project-ids-project-features' into 'master'
Add a unique and not null constraint on the project_features.project_id column Closes #37882 See merge request gitlab-org/gitlab-ce!18925
No related branches found
No related tags found
Showing
- changelogs/unreleased/sh-enforce-unique-and-not-null-project-ids-project-features.yml 5 additions, 0 deletions...orce-unique-and-not-null-project-ids-project-features.yml
- db/post_migrate/20180511174224_add_unique_constraint_to_project_features_project_id.rb 43 additions, 0 deletions...4_add_unique_constraint_to_project_features_project_id.rb
- db/post_migrate/20180512061621_add_not_null_constraint_to_project_features_project_id.rb 21 additions, 0 deletions...add_not_null_constraint_to_project_features_project_id.rb
- db/schema.rb 3 additions, 3 deletionsdb/schema.rb
- lib/gitlab/import_export/relation_factory.rb 1 addition, 1 deletionlib/gitlab/import_export/relation_factory.rb
- spec/migrations/add_unique_constraint_to_project_features_project_id_spec.rb 59 additions, 0 deletions..._unique_constraint_to_project_features_project_id_spec.rb
- spec/models/guest_spec.rb 3 additions, 3 deletionsspec/models/guest_spec.rb
Please register or sign in to comment