Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14024499
D13097.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
554 B
Referenced Files
None
Subscribers
None
D13097.diff
View Options
diff --git a/resources/sql/autopatches/20150503.repositorysymbols.2.php b/resources/sql/autopatches/20150503.repositorysymbols.2.php
--- a/resources/sql/autopatches/20150503.repositorysymbols.2.php
+++ b/resources/sql/autopatches/20150503.repositorysymbols.2.php
@@ -11,7 +11,7 @@
foreach ($projects as $project) {
$repo = id(new PhabricatorRepositoryQuery())
->setViewer(PhabricatorUser::getOmnipotentUser())
- ->withIDs(array($project['repository']))
+ ->withIDs(array($project['repositoryID']))
->executeOne();
if (!$repo) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 9:56 AM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6749990
Default Alt Text
D13097.diff (554 B)
Attached To
Mode
D13097: Arcanist Project migration uses wrong column in old table
Attached
Detach File
Event Timeline
Log In to Comment