Skip to content

Commit 2de7acc

Browse files
committed
no change here
1 parent 73b66be commit 2de7acc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

qiita_db/support_files/qiita-db-unpatched.sql

+1-9
Original file line numberDiff line numberDiff line change
@@ -1891,8 +1891,7 @@ CREATE TABLE qiita.qiita_user (
18911891
receive_processing_job_emails boolean DEFAULT false,
18921892
social_orcid character varying DEFAULT NULL,
18931893
social_researchgate character varying DEFAULT NULL,
1894-
social_googlescholar character varying DEFAULT NULL,
1895-
creation_timestamp timestamp without time zone DEFAULT NULL
1894+
social_googlescholar character varying DEFAULT NULL
18961895
);
18971896

18981897

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

19341933

1935-
--
1936-
-- Name: COLUMN qiita_user.creation_timestamp; Type: COMMENT; Schema: qiita
1937-
--
1938-
1939-
COMMENT ON COLUMN qiita.qiita_user.creation_timestamp IS 'The date the user account was created';
1940-
1941-
19421934
--
19431935
-- Name: reference; Type: TABLE; Schema: qiita
19441936
--

0 commit comments

Comments
 (0)