mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
b441e8b81e
Summary: Ref T9252. If you have a blueprint and you do not like that blueprint very much, you can disable it. Test Plan: Disabled / enabled some blueprints. Reviewers: chad Reviewed By: chad Maniphest Tasks: T9252 Differential Revision: https://secure.phabricator.com/D14156
2 lines
83 B
SQL
2 lines
83 B
SQL
ALTER TABLE {$NAMESPACE}_drydock.drydock_blueprint
|
|
ADD isDisabled BOOL NOT NULL;
|