Prechádzať zdrojové kódy

update parsejsonschmea

tsteuer 4 rokov pred
rodič
commit
1c8a94c13a
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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