Unverified Commit c8614582 authored by vinukumar-vs's avatar vinukumar-vs Committed by GitHub
Browse files

Issue #KN-439 merge: Merge pull request #905 from AmiableAnil/release-5.2.0

Issue #KN-439 chore: added the migrationVersion in asset, content and…
Showing with 10 additions and 1 deletion
+10 -1
......@@ -763,4 +763,4 @@ cloudstorage.metadata.replace_absolute_path=false
cloudstorage.relative_path_prefix= "CONTENT_STORAGE_BASE_PATH"
cloudstorage.read_base_path="https://sunbirddev.blob.core.windows.net"
cloudstorage.write_base_path=["https://sunbirddev.blob.core.windows.net"]
cloudstorage.metadata.list=["appIcon","posterImage","artifactUrl","downloadUrl","variants","previewUrl","pdfUrl", "streamingUrl", "toc_url"]
cloudstorage.metadata.list=["appIcon", "artifactUrl", "posterImage", "previewUrl", "thumbnail", "assetsMap", "certTemplate", "itemSetPreviewUrl", "grayScaleAppIcon", "sourceURL", "variants", "downloadUrl", "streamingUrl", "toc_url", "data", "question", "solutions", "editorState", "media", "pdfUrl"]
......@@ -1261,6 +1261,9 @@
"items": {
"type": "object"
}
},
"migrationVersion": {
"type": "number"
}
}
}
\ No newline at end of file
......@@ -1298,6 +1298,9 @@
"items": {
"type": "object"
}
},
"migrationVersion": {
"type": "number"
}
}
}
......@@ -1408,6 +1408,9 @@
"items": {
"type": "object"
}
},
"migrationVersion": {
"type": "number"
}
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment