Commit a775bc7b authored by anilgupta's avatar anilgupta
Browse files

Issue #KN-439 chore: added the migrationVersion in asset, content and collection schema.json

Showing with 9 additions and 0 deletions
+9 -0
......@@ -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