diff --git a/resources/sql/patches/20130915.maniphestqdrop.sql b/resources/sql/patches/20130915.maniphestqdrop.sql new file mode 100644 index 0000000000..a9f54884d2 --- /dev/null +++ b/resources/sql/patches/20130915.maniphestqdrop.sql @@ -0,0 +1 @@ +DROP TABLE IF EXISTS {$NAMESPACE}_maniphest.maniphest_savedquery; diff --git a/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php b/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php index c233b3a105..638d1cf283 100644 --- a/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php +++ b/src/infrastructure/storage/patch/PhabricatorBuiltinPatchList.php @@ -1676,6 +1676,10 @@ final class PhabricatorBuiltinPatchList extends PhabricatorSQLPatchList { 'type' => 'sql', 'name' => $this->getPatchPath('20131015.cpolicy.sql'), ), + '20130915.maniphestqdrop.sql' => array( + 'type' => 'sql', + 'name' => $this->getPatchPath('20130915.maniphestqdrop.sql'), + ), ); } }