Add drop table for =>3.23 who got the table in last upgrade. Older versions did not.

This commit is contained in:
Miles Lott 2001-03-24 07:39:55 +00:00
parent ffe0f08d7c
commit bf2b10178b

View File

@ -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),