Skip to content

Commit 53c7ce4

Browse files
committed
something weird with the id_mapping view not existing?
1 parent f2a20f9 commit 53c7ce4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sql/drugbank_id_mapping.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
-- View: public.drugbank_id_mapping
2+
13
DROP VIEW IF EXISTS drugbank_id_mapping;
24

35

sql/search.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
-- View: public.search
2+
13
DROP VIEW IF EXISTS search;
24

35
CREATE OR REPLACE VIEW search AS

0 commit comments

Comments
 (0)