Explorar el Código

Update 'cdplib/db_migration/ParseMapping.py'

tsteuer hace 4 años
padre
commit
89cf3a35f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cdplib/db_migration/ParseMapping.py

+ 1 - 1
cdplib/db_migration/ParseMapping.py

@@ -139,7 +139,7 @@ class ParseMapping:
     def get_date_formats(self) -> dict:
         '''
         '''
-        return self._get_info(key="date_format")
+        return self._get_info(key="type", value="DATETIME")
     
     def get_internal_names(self) -> dict:
         '''