ColTypeDuration: Added missing type

This commit is contained in:
Paul Beckingham 2015-10-31 17:08:35 -04:00
parent 46db62ff00
commit 20493ec7d8

View file

@ -30,6 +30,7 @@
////////////////////////////////////////////////////////////////////////////////
ColumnTypeDuration::ColumnTypeDuration ()
{
_type = "duration";
}
////////////////////////////////////////////////////////////////////////////////