-
Notifications
You must be signed in to change notification settings - Fork 10
Check - fix creation date #397
Copy link
Copy link
Open
inveniosoftware/invenio-migrator
#82Description
invenio-migrator is dumping the records from hstRECORD table and the first entry of this table is in 2003-05-30 so before this date records dont have any revisions.
This causes the old records(older than 2003) are missing their initial revision in the table. This leads to an incorrect creation_date, since the first available revisionis not the actual record creation. In this case bibrec table has the correct creation date.
- Check and confirm this is the actual case for the migrated records.
- Confirm all the records created after
2003-05-30has the same date in both tables - Confirm records created before
2003-05-30has different dates
- Confirm all the records created after
- Update
invenio-migratorto get the correct date - Update migrator kit to get the correct date
- Fix the migrated records creation date in cds-rdm and videos with a script
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels