Stop writing to deprecated columns for image data.
This commit is contained in:
parent
6bf2ddb762
commit
9da64f3aba
9 changed files with 13 additions and 39 deletions
|
@ -10,7 +10,6 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
PATHSPECS = [
|
||||
(storage.image_json_path, True),
|
||||
(storage.image_layer_path, True),
|
||||
(storage.image_ancestry_path, True),
|
||||
(storage.image_file_trie_path, False),
|
||||
|
|
Reference in a new issue