We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b2040 commit 40ab34dCopy full SHA for 40ab34d
dandischema/metadata.py
@@ -456,7 +456,8 @@ def migrate(
456
# List only those for which such notion of "empty" applies.
457
SIMPLE_DOWNGRADES = [
458
# version added, fields to remove
459
- ("0.7.0", ["sameAs", "releaseNotes"]),
+ ("0.7.0", ["releaseNotes"]),
460
+ ("0.8.0", ["sameAs"]),
461
]
462
for ver_added, fields in SIMPLE_DOWNGRADES:
463
# additional guards are via ALLOWED_TARGET_SCHEMAS
0 commit comments