From df29ae164c68c3020cd0d475b59f0053c8d3022f Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 28 May 2001 12:43:36 +0000 Subject: [PATCH] Add nextid table --- phpgwapi/setup/setup.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/setup/setup.inc.php b/phpgwapi/setup/setup.inc.php index 31b0707148..215f9d3982 100755 --- a/phpgwapi/setup/setup.inc.php +++ b/phpgwapi/setup/setup.inc.php @@ -18,4 +18,5 @@ $setup_info['phpgwapi']['tables'][] = 'phpgw_access_log'; $setup_info['phpgwapi']['tables'][] = 'lang'; $setup_info['phpgwapi']['tables'][] = 'languages'; + $setup_info['phpgwapi']['tables'][] = 'phpgw_nextid'; ?>