From ce0a637afd7f53101cc1c53c6d853814cf477bac Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 12 Dec 2011 14:55:17 -0800 Subject: [PATCH 1/1] * ditch dbo. in suspectreasoncode --- schema/human_9606_schema/human_9606_table_postgresql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/human_9606_schema/human_9606_table_postgresql.sql b/schema/human_9606_schema/human_9606_table_postgresql.sql index a440728..ab67e49 100644 --- a/schema/human_9606_schema/human_9606_table_postgresql.sql +++ b/schema/human_9606_schema/human_9606_table_postgresql.sql @@ -353,7 +353,7 @@ snp_id int NOT NULL , reason_code int NULL , upd_time TIMESTAMP NULL ); -CREATE TABLE dbo.SuspectReasonCode( +CREATE TABLE SuspectReasonCode( code int NOT NULL, abbrev varchar(64) NULL, descrip varchar(255) NULL, -- 2.39.2