From bf2b10178b27ac4be4f71ba67df7ff5450d290fa Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sat, 24 Mar 2001 07:39:55 +0000 Subject: [PATCH] Add drop table for =>3.23 who got the table in last upgrade. Older versions did not. --- setup/sql/mysql_upgrade_beta.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/sql/mysql_upgrade_beta.inc.php b/setup/sql/mysql_upgrade_beta.inc.php index e9dc4184d0..7dd536a484 100644 --- a/setup/sql/mysql_upgrade_beta.inc.php +++ b/setup/sql/mysql_upgrade_beta.inc.php @@ -1340,6 +1340,8 @@ function upgrade0_9_10pre19() { global $phpgw_info, $phpgw_setup; + @$phpgw_setup->db->query("drop table if exists phpgw_nextid"); + $sql = "create table phpgw_nextid ( appname varchar(25) NOT NULL, id int(8),