-
- Downloads
Add ProjectNamespace model and DB relationships
- Add ProjectNamespace model in Namespaces - Add foreign key Changelog: added
parent
25697fb4
No related branches found
No related tags found
Showing
- app/models/namespaces/project_namespace.rb 7 additions, 0 deletionsapp/models/namespaces/project_namespace.rb
- app/models/project.rb 1 addition, 0 deletionsapp/models/project.rb
- db/migrate/20210824055322_add_project_namespace_id_to_project.rb 21 additions, 0 deletions...ate/20210824055322_add_project_namespace_id_to_project.rb
- db/post_migrate/20210824102624_add_project_namespace_index_to_project.rb 17 additions, 0 deletions.../20210824102624_add_project_namespace_index_to_project.rb
- db/post_migrate/20210824102750_add_project_namespace_foreign_key_to_project.rb 19 additions, 0 deletions...824102750_add_project_namespace_foreign_key_to_project.rb
- db/schema_migrations/20210824055322 1 addition, 0 deletionsdb/schema_migrations/20210824055322
- db/schema_migrations/20210824102624 1 addition, 0 deletionsdb/schema_migrations/20210824102624
- db/schema_migrations/20210824102750 1 addition, 0 deletionsdb/schema_migrations/20210824102750
- db/structure.sql 7 additions, 1 deletiondb/structure.sql
- lib/gitlab/import_export/project/import_export.yml 1 addition, 0 deletionslib/gitlab/import_export/project/import_export.yml
- spec/lib/gitlab/import_export/all_models.yml 1 addition, 0 deletionsspec/lib/gitlab/import_export/all_models.yml
- spec/models/namespaces/project_namespace_spec.rb 9 additions, 0 deletionsspec/models/namespaces/project_namespace_spec.rb
- spec/models/project_spec.rb 1 addition, 0 deletionsspec/models/project_spec.rb
- spec/requests/api/project_attributes.yml 1 addition, 0 deletionsspec/requests/api/project_attributes.yml
app/models/namespaces/project_namespace.rb
0 → 100644
db/schema_migrations/20210824055322
0 → 100644
db/schema_migrations/20210824102624
0 → 100644
db/schema_migrations/20210824102750
0 → 100644
-
mentioned in merge request kubitus-project/kubitus-installer!236 (merged)
Please register or sign in to comment