diff --git a/openedx/core/djangoapps/content/block_structure/block_structure.py b/openedx/core/djangoapps/content/block_structure/block_structure.py index 80f32bdc52..04a823c442 100644 --- a/openedx/core/djangoapps/content/block_structure/block_structure.py +++ b/openedx/core/djangoapps/content/block_structure/block_structure.py @@ -401,7 +401,7 @@ class BlockStructureBlockData(BlockStructure): # update this value whenever the data structure changes. Dependent storage # layers can then use this value when serializing/deserializing block # structures, and invalidating any previously cached/stored data. - VERSION = 1 + VERSION = 2 def __init__(self, root_block_usage_key): super(BlockStructureBlockData, self).__init__(root_block_usage_key)