Skip to content
代码片段 群组 项目
提交 04290d90 编辑于 作者: Rémy Coutable's avatar Rémy Coutable
浏览文件

Merge branch...

Merge branch '3756-thursday-2023-10-05-08-16-utc-gitlab-org-gitlab-broken-master-with-rspec-migration-pg14-5-8' into 'master' 

Fix broken master #3756

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



Merged-by: default avatarRémy Coutable <remy@rymai.me>
Approved-by: default avatarJon Jenkins <jjenkins@gitlab.com>
Approved-by: default avatarMichał Zając <mzajac@gitlab.com>
Co-authored-by: default avatarLeonardo Rosa <ldarosa@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -126,6 +126,9 @@
after do
connection.execute('ALTER TABLE system_note_metadata DROP CONSTRAINT IF EXISTS fk_rails_d83a918cb1')
connection.execute('ALTER TABLE system_note_metadata DROP CONSTRAINT IF EXISTS fk_d83a918cb1_tmp')
connection.execute('ALTER TABLE system_note_metadata ADD CONSTRAINT fk_d83a918cb1 FOREIGN KEY (note_id)
REFERENCES notes(id) ON DELETE CASCADE')
end
it 'swaps the columns' do
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册