Rush has submitted this change and it was merged. Change subject: Remove 2 obsolete columns from select query fixes T127524 ......................................................................
Remove 2 obsolete columns from select query fixes T127524 see https://github.com/phacility/phabricator/commit/32225d1dd0f8274ae9323650cbf20ea0571424de Bug: T127524 Change-Id: Ib566ac738c3a2f942b019aa562fa7bf61abbeb30 --- M wmfphablib/phabdb.py 1 file changed, 0 insertions(+), 2 deletions(-) Approvals: Rush: Verified; Looks good to me, approved diff --git a/wmfphablib/phabdb.py b/wmfphablib/phabdb.py index c1e4173..88f38fc 100755 --- a/wmfphablib/phabdb.py +++ b/wmfphablib/phabdb.py @@ -98,13 +98,11 @@ phid, \ authorPHID, \ ownerPHID, \ - attached, \ status, \ priority, \ title, \ dateCreated, \ dateModified, \ - projectPHIDs, \ subpriority \ FROM maniphest_task WHERE viewPolicy=%s", -- To view, visit https://gerrit.wikimedia.org/r/272320 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib566ac738c3a2f942b019aa562fa7bf61abbeb30 Gerrit-PatchSet: 1 Gerrit-Project: phabricator/tools Gerrit-Branch: master Gerrit-Owner: 20after4 <[email protected]> Gerrit-Reviewer: Aklapper <[email protected]> Gerrit-Reviewer: Chasemp <[email protected]> Gerrit-Reviewer: Rush <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
