mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
e9f3807cf5
Summary: Currently never read or written. Supports fractions. There's no such thing as an unsigned double so this also supports negative values, technically, although I'll eventually prevent this in the UI. Test Plan: `bin/storage upgrade`, then created and edited a task. Nothing was different. Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D15218
2 lines
71 B
SQL
2 lines
71 B
SQL
ALTER TABLE {$NAMESPACE}_maniphest.maniphest_task
|
|
ADD points DOUBLE;
|