Skip to content

Commit

Permalink
add schema
Browse files Browse the repository at this point in the history
  • Loading branch information
zzyueb committed Feb 15, 2021
1 parent 467e9c8 commit f8c1e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgsql_all_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ CREATE TABLE DELETEDSUI (
PSTR text NOT NULL,
dummy char(1)
);
COPY DELETEDSUI FROM '/media/yuebing/new_dev/umls/2020AB/META//CHANGE/DELETEDSUI.RRF' WITH DELIMITER AS '|' NULL AS '';
COPY DELETEDSUI FROM '/media/yuebing/new_dev/umls/2020AB/META/CHANGE/DELETEDSUI.RRF' WITH DELIMITER AS '|' NULL AS '';
ALTER TABLE DELETEDSUI DROP COLUMN dummy;


Expand Down

0 comments on commit f8c1e14

Please sign in to comment.