mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
321c61a853
Summary: Ref T7053. Remove the `envHash` and `envInfo` fields, which are no longer used now that the daemons restart automagically. Depends on D14458. Test Plan: Saw no more setup issues. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: tycho.tatitscheff, epriestley Maniphest Tasks: T7053 Differential Revision: https://secure.phabricator.com/D14446
5 lines
133 B
SQL
5 lines
133 B
SQL
ALTER TABLE {$NAMESPACE}_daemon.daemon_log
|
|
DROP COLUMN envHash;
|
|
|
|
ALTER TABLE {$NAMESPACE}_daemon.daemon_log
|
|
DROP COLUMN envInfo;
|