From d557c20782a5095faaee9840a73d64fdc2156513 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 15 Jun 2014 09:48:05 -0400 Subject: [PATCH] ColID - Now uses the standard type 'numeric', instead of 'number'. --- src/columns/ColID.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/columns/ColID.cpp b/src/columns/ColID.cpp index 8f5711804..01ad87861 100644 --- a/src/columns/ColID.cpp +++ b/src/columns/ColID.cpp @@ -37,7 +37,7 @@ extern Context context; ColumnID::ColumnID () { _name = "id"; - _type = "number"; + _type = "numeric"; _style = "number"; _label = STRING_COLUMN_LABEL_ID; _modifiable = false;