mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
3908f7db2e
Summary: This is arguably a more useful view than listing all daemons. Test Plan: Looked at list, only saw daemons that haven't exited Reviewers: vrana, epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3286
2 lines
74 B
SQL
2 lines
74 B
SQL
ALTER TABLE {$NAMESPACE}_daemon.daemon_log
|
|
ADD KEY `status` (`status`);
|