Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15485043
D19116.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
567 B
Referenced Files
None
Subscribers
None
D19116.diff
View Options
diff --git a/resources/sql/autopatches/20180214.harbor.01.aborted.php b/resources/sql/autopatches/20180214.harbor.01.aborted.php
--- a/resources/sql/autopatches/20180214.harbor.01.aborted.php
+++ b/resources/sql/autopatches/20180214.harbor.01.aborted.php
@@ -10,7 +10,8 @@
$aborted = queryfx_one(
$conn,
- 'SELECT * FROM %T WHERE buildablePHID = %s AND buildStatus = %s',
+ 'SELECT * FROM %T WHERE buildablePHID = %s AND buildStatus = %s
+ LIMIT 1',
id(new HarbormasterBuild())->getTableName(),
$buildable->getPHID(),
'aborted');
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 10, 9:26 PM (6 d, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7472534
Default Alt Text
D19116.diff (567 B)
Attached To
Mode
D19116: Fix an issue with marking aborted buildables failed when more than one build is aborted
Attached
Detach File
Event Timeline
Log In to Comment