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
3 lines
83 B
SQL
3 lines
83 B
SQL
ALTER TABLE {$NAMESPACE}_drydock.drydock_blueprint
|
|
ADD isDisabled BOOL NOT NULL;
|