Commit 6e61f063 by Nimisha Asthagiri Committed by GitHub

Merge pull request #14626 from edx/neem/update_bs_version

Increment BlockStructureBlockData.VERSION
parents 190501b8 bda2a793
......@@ -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)
......
Markdown is supported
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