File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff 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
19321931COMMENT 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--
You can’t perform that action at this time.
0 commit comments