Remove product literal strings in "pht()", part 21
[phabricator.git] / resources / sql / autopatches / 20160223.paste.fileedges.php
blob73254e1eb326d888f81ab5293a566ea64ed079fb
1 <?php
3 // For a while in November 2015, attachment edges between pastes and their
4 // underlying file data were not written correctly. This restores edges for
5 // any missing pastes.
7 // See T13510. The "pastebin" database was later renamed to "paste", which
8 // broke this migration. The migration was removed in 2020 since it seems
9 // plausible that zero installs are impacted (only installs that ran code
10 // from November 2015 and have not upgraded in five years could possibly be
11 // impacted).