refactor: Drop col column 'package_name_pattern_ilike_query' Part 1
This MR includes: - Ignoring the column 'package_name_pattern_ilike_query' in table 'packages_protection_rule' - Enable null values for colum 'package_name_pattern_ilike_query' - Changes for the 2nd part for dropping a column based on the GitLab guide, see https://docs.gitlab.com/ee/development/database/avoiding_downtime_in_migrations.html#dropping-columns - Changes relevant for protected packages Changelog: removed
显示
- app/models/packages/protection/rule.rb 3 个添加, 13 个删除app/models/packages/protection/rule.rb
- db/migrate/20240118172525_remove_not_null_constraint_from_package_name_pattern_ilike_query_column.rb 15 个添加, 0 个删除...onstraint_from_package_name_pattern_ilike_query_column.rb
- db/schema_migrations/20240118172525 1 个添加, 0 个删除db/schema_migrations/20240118172525
- db/structure.sql 1 个添加, 1 个删除db/structure.sql
- spec/models/packages/protection/rule_spec.rb 0 个添加, 22 个删除spec/models/packages/protection/rule_spec.rb
加载中
想要评论请 注册 或 登录