Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15423310
D15218.id36738.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1005 B
Referenced Files
None
Subscribers
None
D15218.id36738.diff
View Options
diff --git a/resources/sql/autopatches/20160208.task.3.sql b/resources/sql/autopatches/20160208.task.3.sql
new file mode 100644
--- /dev/null
+++ b/resources/sql/autopatches/20160208.task.3.sql
@@ -0,0 +1,2 @@
+ALTER TABLE {$NAMESPACE}_maniphest.maniphest_task
+ ADD points DOUBLE;
diff --git a/src/applications/maniphest/storage/ManiphestTask.php b/src/applications/maniphest/storage/ManiphestTask.php
--- a/src/applications/maniphest/storage/ManiphestTask.php
+++ b/src/applications/maniphest/storage/ManiphestTask.php
@@ -37,6 +37,7 @@
protected $ownerOrdering;
protected $spacePHID;
protected $properties = array();
+ protected $points;
private $subscriberPHIDs = self::ATTACHABLE;
private $groupByProjectPHID = self::ATTACHABLE;
@@ -80,6 +81,7 @@
'ownerOrdering' => 'text64?',
'originalEmailSource' => 'text255?',
'subpriority' => 'double',
+ 'points' => 'double?',
),
self::CONFIG_KEY_SCHEMA => array(
'key_phid' => null,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 23, 2:39 PM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7659868
Default Alt Text
D15218.id36738.diff (1005 B)
Attached To
Mode
D15218: Add a "points" field to tasks
Attached
Detach File
Event Timeline
Log In to Comment