Skip to content
代码片段 群组 项目
提交 303daa39 编辑于 作者: Adam Hegyi's avatar Adam Hegyi
浏览文件

Merge branch 'drop-user_details.provisioned_by_group_at-column' into 'master'

Remove `user_details.provisioned_by_group_at` column

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



Merged-by: default avatarAdam Hegyi <ahegyi@gitlab.com>
Approved-by: default avatarMehmet Emin INAC <minac@gitlab.com>
Approved-by: default avatarAdam Hegyi <ahegyi@gitlab.com>
Co-authored-by: default avatarBogdan Denkovych <bdenkovych@gitlab.com>
No related branches found
No related tags found
无相关合并请求
# frozen_string_literal: true
class RemoveUserDetailsProvisionedByGroupAtColumn < Gitlab::Database::Migration[2.1]
enable_lock_retries!
def change
remove_column :user_details, :provisioned_by_group_at, :datetime_with_timezone
end
end
3035da4873093dd7c8cee94398c3b4a70a696e1e765d102cfe657b53e3b65be9
\ No newline at end of file
...@@ -23632,7 +23632,6 @@ CREATE TABLE user_details ( ...@@ -23632,7 +23632,6 @@ CREATE TABLE user_details (
password_last_changed_at timestamp with time zone DEFAULT now() NOT NULL, password_last_changed_at timestamp with time zone DEFAULT now() NOT NULL,
onboarding_step_url text, onboarding_step_url text,
discord text DEFAULT ''::text NOT NULL, discord text DEFAULT ''::text NOT NULL,
provisioned_by_group_at timestamp with time zone,
enterprise_group_id bigint, enterprise_group_id bigint,
enterprise_group_associated_at timestamp with time zone, enterprise_group_associated_at timestamp with time zone,
CONSTRAINT check_245664af82 CHECK ((char_length(webauthn_xid) <= 100)), CONSTRAINT check_245664af82 CHECK ((char_length(webauthn_xid) <= 100)),
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册