From e9c87a69ce1a78e0790241467961bfab465b3358 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 18 Dec 2012 16:29:57 -0800 Subject: cleanup more obsolete stuff --- install/update.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install/update.php') diff --git a/install/update.php b/install/update.php index e3394b5bc..ad21d9b45 100644 --- a/install/update.php +++ b/install/update.php @@ -67,6 +67,9 @@ function update_r1002() { $r = q("ALTER TABLE `event` CHANGE `account` `aid` INT( 10 ) UNSIGNED NOT NULL DEFAULT '0'"); $r2 = q("alter table `event` drop index `account`, add index (`aid`)"); + q("drop table contact"); + q("drop table deliverq"); + if($r && $r2) return UPDATE_SUCCESS; return UPDATE_FAILED; -- cgit v1.2.3