mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Add drop table for =>3.23 who got the table in last upgrade. Older versions did not.
This commit is contained in:
parent
ffe0f08d7c
commit
bf2b10178b
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user