]> git.donarmstrong.com Git - dbsnp.git/blobdiff - schema/human_9606_schema/human_gty1_constraint_postgresql.sql
update to build 135 schema
[dbsnp.git] / schema / human_9606_schema / human_gty1_constraint_postgresql.sql
diff --git a/schema/human_9606_schema/human_gty1_constraint_postgresql.sql b/schema/human_9606_schema/human_gty1_constraint_postgresql.sql
deleted file mode 100644 (file)
index 083750b..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-ALTER TABLE SubInd_ch1 ADD 
-       CONSTRAINT pk_ch_t_SubInd_ch1 PRIMARY KEY   
-       (
-               subsnp_id,
-               submitted_ind_id,
-               batch_id,
-               chr
-       )
-;
-
-ALTER TABLE SubInd_ch2 ADD 
-       CONSTRAINT pk_ch_t_SubInd_ch2 PRIMARY KEY   
-       (
-               subsnp_id,
-               submitted_ind_id,
-               batch_id,
-               chr
-       )
-;
-
-ALTER TABLE SubInd_ch3 ADD 
-       CONSTRAINT pk_ch_t_SubInd_ch3 PRIMARY KEY   
-       (
-               subsnp_id,
-               submitted_ind_id,
-               batch_id,
-               chr
-       )
-;
-
-ALTER TABLE SubInd_ch4 ADD 
-       CONSTRAINT pk_ch_t_SubInd_ch4 PRIMARY KEY   
-       (
-               subsnp_id,
-               submitted_ind_id,
-               batch_id,
-               chr
-       )
-;
-
-ALTER TABLE SubInd_ch5 ADD 
-       CONSTRAINT pk_ch_t_SubInd_ch5 PRIMARY KEY   
-       (
-               subsnp_id,
-               submitted_ind_id,
-               batch_id,
-               chr
-       )
-;
-
-ALTER TABLE SubInd_ch6 ADD 
-       CONSTRAINT pk_ch_t_SubInd_ch6 PRIMARY KEY   
-       (
-               subsnp_id,
-               submitted_ind_id,
-               batch_id,
-               chr
-       )
-;
-
-ALTER TABLE SubInd_ch7 ADD 
-       CONSTRAINT pk_ch_t_SubInd_ch7 PRIMARY KEY   
-       (
-               subsnp_id,
-               submitted_ind_id,
-               batch_id,
-               chr
-       )
-;
-
-