浏览代码

update parsejsonschmea

tsteuer 4 年之前
父节点
当前提交
1c8a94c13a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      cdplib/db_migration/ParseJsonSchema.py

+ 2 - 0
cdplib/db_migration/ParseJsonSchema.py

@@ -363,6 +363,8 @@ class ParseJsonSchema(ParseDbSchema):
              # single quotes
             schema = self._clean_desciptions_tags_from_single_quotes(schema)
             schema = self._format_schema_for_mongo(schema)
+        else:
+            schema = self._format_schema_for_mongo(schema)
 
         return schema