Remove motivator panel

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
This commit is contained in:
Chad Little
2017-01-19 14:44:04 -08:00
parent 14dfff9c99
commit 58c857a681
3 changed files with 9 additions and 166 deletions

View File

@@ -0,0 +1,9 @@
<?php
$table = new PhabricatorProfileMenuItemConfiguration();
$conn_w = $table->establishConnection('w');
queryfx(
$conn_w,
'DELETE FROM %T WHERE menuItemKey = "motivator"',
$table->getTableName());