mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
58c857a681
Summary: Removes the often funny, but never really used but will cause us bug reports someday.... cat facts. Test Plan: Install cat facts, run storage upgrade, see no cat facts in menu. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T12126 Differential Revision: https://secure.phabricator.com/D17233
9 lines
207 B
PHP
9 lines
207 B
PHP
<?php
|
|
|
|
$table = new PhabricatorProfileMenuItemConfiguration();
|
|
$conn_w = $table->establishConnection('w');
|
|
|
|
queryfx(
|
|
$conn_w,
|
|
'DELETE FROM %T WHERE menuItemKey = "motivator"',
|
|
$table->getTableName());
|