mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
4918773afe
Summary: Ref T4809. Buildables currently have buildStatus and buildableStatus. Neither are used, and no one knows why we have two. I'm going to use buildableStatus shortly, but buildStatus is meaningless; burn it. Test Plan: `grep`, examined similar get/set calls, created a new buildable, ran storage upgrade. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T4809 Differential Revision: https://secure.phabricator.com/D8796
2 lines
81 B
SQL
2 lines
81 B
SQL
ALTER TABLE {$NAMESPACE}_harbormaster.harbormaster_buildable
|
|
DROP buildStatus;
|