CustomVariableConfig: Datumswerte werden in Spalte timestamp_value gespeichert
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 17 Feb 2015 13:50:55 +0000 (14:50 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 5 Mar 2015 12:42:58 +0000 (13:42 +0100)
SL/DB/CustomVariableConfig.pm

index 973e3a8..ab7f83b 100644 (file)
@@ -111,6 +111,7 @@ sub value_col {
   return {
     bool      => 'bool_value',
     timestamp => 'timestamp_value',
+    date      => 'timestamp_value',
     number    => 'number_value',
     integer   => 'number_value',
     customer  => 'number_value',
@@ -118,7 +119,6 @@ sub value_col {
     part      => 'number_value',
     text      => 'text_value',
     textfield => 'text_value',
-    date      => 'text_value',
     select    => 'text_value'
   }->{$type};
 }