Viewing File: /home/ubuntu/code_review/phabricator/resources/sql/autopatches/20170119.menuitem.motivator.01.php

<?php

$table = new PhabricatorProfileMenuItemConfiguration();
$conn_w = $table->establishConnection('w');

queryfx(
  $conn_w,
  'DELETE FROM %T WHERE menuItemKey = "motivator"',
  $table->getTableName());
Back to Directory File Manager