From 2e71548c2d6e8b5b10e84d86309c0ccbf41e00da Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Wed, 24 Aug 2011 12:44:52 +0000
Subject: [PATCH] Tables mm1 and mm2 are not used.

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/branches/refactor-mutalyzer-branch@341 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
---
 extras/post-install.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/extras/post-install.sh b/extras/post-install.sh
index 4cff268e..6b0735c4 100644
--- a/extras/post-install.sh
+++ b/extras/post-install.sh
@@ -318,14 +318,6 @@ CREATE TABLE Link (
   PRIMARY KEY (mrnaAcc),
   UNIQUE KEY protAcc (protAcc)
 );
-CREATE TABLE mm1 (
-  hg18 char(50) DEFAULT NULL,
-  hg19 char(50) DEFAULT NULL
-);
-CREATE TABLE mm2 (
-  hg18 char(50) DEFAULT NULL,
-  hg19 char(50) DEFAULT NULL
-);
 EOF
 
 # The remainder is essentially the same as post-upgrade.sh
-- 
GitLab