Remove product literal strings in "pht()", part 21
[phabricator.git] / resources / sql / autopatches / 20170119.menuitem.motivator.01.php
blob16a16fe530d409a84cf85cb06f1d63fae753bc66
1 <?php
3 $table = new PhabricatorProfileMenuItemConfiguration();
4 $conn_w = $table->establishConnection('w');
6 queryfx(
7 $conn_w,
8 'DELETE FROM %T WHERE menuItemKey = "motivator"',
9 $table->getTableName());