File tree 1 file changed +1
-9
lines changed
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 (
1891
1891
receive_processing_job_emails boolean DEFAULT false,
1892
1892
social_orcid character varying DEFAULT NULL ,
1893
1893
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
1896
1895
);
1897
1896
1898
1897
@@ -1932,13 +1931,6 @@ COMMENT ON COLUMN qiita.qiita_user.pass_reset_code IS 'Randomly generated code f
1932
1931
COMMENT ON COLUMN qiita.qiita_user.pass_reset_timestamp IS ' Time the reset code was generated' ;
1933
1932
1934
1933
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
-
1942
1934
--
1943
1935
-- Name: reference; Type: TABLE; Schema: qiita
1944
1936
--
You can’t perform that action at this time.
0 commit comments