Remove index from SBOM tables
Remove unused uniques index from sbom_source_packages and sbom_components tables. These have been replaced with new unique indexes that now include organization_id (sharding key). Changelog: changed
显示
- db/post_migrate/20240923154747_drop_idx_sbom_source_packages_on_name_and_purl_type.rb 18 个添加, 0 个删除...47_drop_idx_sbom_source_packages_on_name_and_purl_type.rb
- db/post_migrate/20240923154851_drop_index_sbom_components_on_component_type_name_and_purl_type.rb 18 个添加, 0 个删除...x_sbom_components_on_component_type_name_and_purl_type.rb
- db/schema_migrations/20240923154747 1 个添加, 0 个删除db/schema_migrations/20240923154747
- db/schema_migrations/20240923154851 1 个添加, 0 个删除db/schema_migrations/20240923154851
- db/structure.sql 0 个添加, 4 个删除db/structure.sql
加载中
想要评论请 注册 或 登录