mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
962aca664f
Summary: Ref T2015. Adds human-readable names to Drydock blueprints. Also the new patches stuff is so much nicer. Test Plan: Edited, created, and reviewed migrated blueprints. Reviewers: btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T2015 Differential Revision: https://secure.phabricator.com/D7918
2 lines
110 B
SQL
2 lines
110 B
SQL
ALTER TABLE {$NAMESPACE}_drydock.drydock_blueprint
|
|
ADD blueprintName VARCHAR(255) NOT NULL AFTER className;
|