瀏覽代碼

Update 'cdplib/db_migration/ParseMapping.py'

tsteuer 4 年之前
父節點
當前提交
89cf3a35f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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:
     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:
     def get_internal_names(self) -> dict:
         '''
         '''