Skip to content

Commit e58e829

Browse files
committed
Add rna_related field
1 parent 21307fa commit e58e829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/scripts/init.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-E
3737
score integer,
3838
cited_by integer,
3939
retracted boolean,
40+
rna_related boolean,
4041
type character varying(100)
4142
);
4243
ALTER TABLE public.litscan_article OWNER TO $LITSCAN_USER;

0 commit comments

Comments
 (0)