mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
367955f3fd
Summary: Ref T9994. - Allow errors to be dismissed. - Tailor messaging for closed/abandoned revisions. - Reduce scare messaging on land dialog, since it's not really that scary anymore. Test Plan: - Dismissed errors. - Hit new warnings. - Wasn't as scared when landing. Reviewers: chad Reviewed By: chad Maniphest Tasks: T9994 Differential Revision: https://secure.phabricator.com/D14886
2 lines
94 B
SQL
2 lines
94 B
SQL
ALTER TABLE {$NAMESPACE}_drydock.drydock_repositoryoperation
|
|
ADD isDismissed BOOL NOT NULL;
|