mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
973bb0c76e
Summary: Ref T3663. This is obsolete code which is used only in this migration, which Facebook has already performed and which isn't relevant for any other installs. Test Plan: `grep` Reviewers: btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T3663 Differential Revision: https://secure.phabricator.com/D6777
8 lines
290 B
PHP
8 lines
290 B
PHP
<?php
|
|
|
|
// Previously, this migrated ReleephRequestEvents into ApplicationTransactions.
|
|
// Only Facebook ever generated meaningful ReleephRequestEvent data, and has
|
|
// already migrated, so this was cleaned up when ReleephRequestEvent was
|
|
// removed.
|
|
|
|
echo "(This migration is obsolete.)\n";
|