--- sites/all/modules/openx_manager/openx_manager.install 2009-11-17 18:40:30.000000000 -0600 +++ sites/all/modules/openx_manager/openx_manager.install.20091117 2009-11-17 18:32:15.000000000 -0600 @@ -418,7 +418,6 @@ function openx_manager_schema() { 'opid' => array('opid'), ), ); - // Issue 446072 westbywest: changed ouid field to type serial $schema['openx_manager_user'] = array( 'description' => 'User', 'fields' => array( @@ -430,7 +429,7 @@ function openx_manager_schema() { 'ouid' => array( 'title' => 'ID', 'description' => 'Internal Openx User ID.', - 'type' => 'serial', + 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, ),