Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit 3a360a6

Browse files
committed
Update imm1985_1995.sql
1 parent 6fe3907 commit 3a360a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

P2_studies/theta_plus/Postgres/DDL/imm1985_1995.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ CREATE INDEX imm1985_1995_citing_cited_idx ON theta_plus.imm1985_1995_citing_cit
2323

2424
COMMENT ON TABLE theta_plus.imm1985_1995_citing_cited IS
2525
'Union of theta_plus.imm1985_citing_cited through theta_plus.imm1995_citing_cited tables';
26-
COMMENT ON COLUMN theta_plus.imm1985_1995_cited.citing IS 'SCP of seed articles from 1985 to 1995 and their citing references';
27-
COMMENT ON COLUMN theta_plus.imm1985_1995_cited.cited IS 'SCP of seed articles from 1985 to 1995 and their cited references';
26+
COMMENT ON COLUMN theta_plus.imm1985_1995_citing_cited.citing IS 'SCP of seed articles from 1985 to 1995 and their citing references';
27+
COMMENT ON COLUMN theta_plus.imm1985_1995_citing_cited.cited IS 'SCP of seed articles from 1985 to 1995 and their cited references';
2828

2929
--
3030
-- Get all nodes in the 1985-1995 dataset

0 commit comments

Comments
 (0)