Skip to content
代码片段 群组 项目
未验证 提交 45385cd2 编辑于 作者: Lukas Eipert's avatar Lukas Eipert 提交者: GitLab
浏览文件

Merge branch 'leipert-fix-broken-master' into 'master'

Fix broken master by removing unnecessary disabling of offense

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/182285



Merged-by: default avatarLukas Eipert <leipert@gitlab.com>
Approved-by: default avatarSiddharth Dungarwal <sdungarwal@gitlab.com>
Approved-by: default avatarMichał Zając <mzajac@gitlab.com>
Approved-by: default avatarJon Jenkins <jjenkins@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -6,7 +6,7 @@ class CreateAiDuoChatEvents < Gitlab::Database::Migration[2.2] ...@@ -6,7 +6,7 @@ class CreateAiDuoChatEvents < Gitlab::Database::Migration[2.2]
def up def up
# rubocop:disable Migration/Datetime -- "timestamp" is a column name # rubocop:disable Migration/Datetime -- "timestamp" is a column name
create_table :ai_duo_chat_events, # rubocop:disable Migration/EnsureFactoryForTable -- code_suggestion_event create_table :ai_duo_chat_events,
options: 'PARTITION BY RANGE (timestamp)', options: 'PARTITION BY RANGE (timestamp)',
primary_key: [:id, :timestamp] do |t| primary_key: [:id, :timestamp] do |t|
t.bigserial :id, null: false t.bigserial :id, null: false
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册