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