diff Framework/Common/DatabasesEnumerations.h @ 244:02cd7254c949

separating class InputFileValue from FileValue
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Apr 2021 18:43:21 +0200
parents b40b30075c51
children 9d00e5e073e8
line wrap: on
line diff
--- a/Framework/Common/DatabasesEnumerations.h	Tue Apr 13 17:53:53 2021 +0200
+++ b/Framework/Common/DatabasesEnumerations.h	Tue Apr 13 18:43:21 2021 +0200
@@ -28,6 +28,7 @@
   {
     ValueType_BinaryString,
     ValueType_File,
+    ValueType_InputFile,
     ValueType_Integer64,
     ValueType_Null,
     ValueType_Utf8String