Page MenuHomePhabricator

D8796.id20895.diff
No OneTemporary

D8796.id20895.diff

diff --git a/resources/sql/autopatches/20140416.harbor.1.sql b/resources/sql/autopatches/20140416.harbor.1.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/autopatches/20140416.harbor.1.sql
@@ -0,0 +1,2 @@
+ALTER TABLE {$NAMESPACE}_harbormaster.harbormaster_buildable
+ DROP buildStatus;
diff --git a/src/applications/harbormaster/storage/HarbormasterBuildable.php b/src/applications/harbormaster/storage/HarbormasterBuildable.php
--- a/src/applications/harbormaster/storage/HarbormasterBuildable.php
+++ b/src/applications/harbormaster/storage/HarbormasterBuildable.php
@@ -7,7 +7,6 @@
protected $buildablePHID;
protected $containerPHID;
- protected $buildStatus;
protected $buildableStatus;
protected $isManualBuildable;
@@ -22,7 +21,6 @@
public static function initializeNewBuildable(PhabricatorUser $actor) {
return id(new HarbormasterBuildable())
->setIsManualBuildable(0)
- ->setBuildStatus(self::STATUS_WHATEVER)
->setBuildableStatus(self::STATUS_WHATEVER);
}

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 17, 3:28 AM (6 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7479114
Default Alt Text
D8796.id20895.diff (1 KB)

Event Timeline