establishConnection('w'); try { queryfx( $conn, 'ALTER TABLE %T DROP KEY documentID', $table->getTableName()); } catch (AphrontQueryException $ex) { // Ignore. }