Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purge non-verified user #3417

Merged
merged 13 commits into from
Jun 20, 2024
Prev Previous commit
Next Next commit
no change here
  • Loading branch information
sjanssen2 committed Jun 20, 2024
commit 2de7acc9e73138ef02c5729fc7b24abc326d166b
10 changes: 1 addition & 9 deletions qiita_db/support_files/qiita-db-unpatched.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1891,8 +1891,7 @@ CREATE TABLE qiita.qiita_user (
receive_processing_job_emails boolean DEFAULT false,
social_orcid character varying DEFAULT NULL,
social_researchgate character varying DEFAULT NULL,
social_googlescholar character varying DEFAULT NULL,
creation_timestamp timestamp without time zone DEFAULT NULL
social_googlescholar character varying DEFAULT NULL
);


Expand Down Expand Up @@ -1932,13 +1931,6 @@ COMMENT ON COLUMN qiita.qiita_user.pass_reset_code IS 'Randomly generated code f
COMMENT ON COLUMN qiita.qiita_user.pass_reset_timestamp IS 'Time the reset code was generated';


--
-- Name: COLUMN qiita_user.creation_timestamp; Type: COMMENT; Schema: qiita
--

COMMENT ON COLUMN qiita.qiita_user.creation_timestamp IS 'The date the user account was created';


--
-- Name: reference; Type: TABLE; Schema: qiita
--
Expand Down
Loading