mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ColID
- Now uses the standard type 'numeric', instead of 'number'.
This commit is contained in:
parent
65890bc8d4
commit
d557c20782
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ extern Context context;
|
|||
ColumnID::ColumnID ()
|
||||
{
|
||||
_name = "id";
|
||||
_type = "number";
|
||||
_type = "numeric";
|
||||
_style = "number";
|
||||
_label = STRING_COLUMN_LABEL_ID;
|
||||
_modifiable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue