mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
10f219fb82
Summary: Ref T13197. See PHI873. I want to give RepositoryOperation objects access to Drydock logging like leases, resources, and blueprints currently have. This just does the schema/query changes, no actual UI or new logging yet. Test Plan: Ran storage upgrade, poked around the UI looking for anything broken. Reviewers: amckinley Reviewed By: amckinley Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam Maniphest Tasks: T13197 Differential Revision: https://secure.phabricator.com/D19671
2 lines
80 B
SQL
2 lines
80 B
SQL
ALTER TABLE {$NAMESPACE}_drydock.drydock_log
|
|
ADD operationPHID VARBINARY(64);
|