Remove integration_id column from chat_names
As a part of Identify users in Slack without a project or integration epic, we are dropping the database column. With the column, we are removing associations as well. Changelog: changed
显示
- app/models/chat_name.rb 3 个添加, 1 个删除app/models/chat_name.rb
- app/models/integrations/base_slash_commands.rb 0 个添加, 2 个删除app/models/integrations/base_slash_commands.rb
- app/views/profiles/chat_names/_chat_name.html.haml 0 个添加, 16 个删除app/views/profiles/chat_names/_chat_name.html.haml
- app/views/profiles/chat_names/index.html.haml 1 个添加, 3 个删除app/views/profiles/chat_names/index.html.haml
- ee/spec/lib/slack/block_kit/app_home_opened_spec.rb 1 个添加, 2 个删除ee/spec/lib/slack/block_kit/app_home_opened_spec.rb
- ee/spec/services/integrations/slack_interactions/incident_management/incident_modal_submit_service_spec.rb 1 个添加, 2 个删除...incident_management/incident_modal_submit_service_spec.rb
- ee/spec/services/integrations/slack_option_service_spec.rb 1 个添加, 2 个删除ee/spec/services/integrations/slack_option_service_spec.rb
- spec/factories/chat_names.rb 0 个添加, 1 个删除spec/factories/chat_names.rb
- spec/features/profiles/chat_names_spec.rb 2 个添加, 3 个删除spec/features/profiles/chat_names_spec.rb
- spec/models/chat_name_spec.rb 0 个添加, 7 个删除spec/models/chat_name_spec.rb
- spec/models/project_spec.rb 0 个添加, 14 个删除spec/models/project_spec.rb
- spec/support/shared_examples/models/integrations/base_slash_commands_shared_examples.rb 1 个添加, 2 个删除...odels/integrations/base_slash_commands_shared_examples.rb
加载中
想要评论请 注册 或 登录