You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify the schema due to the migration of Django to JSONB for the attributes and extras by removing the data serialization dictionaries. This was only used for datetime objects and since they are no longer supported, the whole concept can and should be removed.
Convert datetime objects from attributes and extras to isoformat strings, they are no longer supported
Furthermore, it should be noted that whenever the export version is upped, migration functions must be made (even if it is to just up the version number in the migrated archive) and tests for it, possibly including a new archive for aiida-export-migration-tests.
Finally, it should be noted that this may even be affected further by issue #1762.
However, this issue could also be resolved later by upping the export version again (to v0.7)-
This should take care of a few things:
JobCalculation
nodes that will be handled in Add data migration for old calculation jobs #2854The text was updated successfully, but these errors were encountered: