mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
5d6bb0ffeb
Summary: Ref T10537. Ref T10538. This polls the GitHub events API and creates Nuance items from the raw data. It does nothing useful with them. Test Plan: - Polled GitHub. - Saw some items get created. - X-Poll-Interval seemed to work. - ETag seemed to work. - Recognizing when we hit items we've already seen seemed to work. Reviewers: chad Reviewed By: chad Maniphest Tasks: T10537, T10538 Differential Revision: https://secure.phabricator.com/D15440
2 lines
96 B
SQL
2 lines
96 B
SQL
ALTER TABLE {$NAMESPACE}_nuance.nuance_item
|
|
CHANGE requestorPHID requestorPHID VARBINARY(64);
|