-
Notifications
You must be signed in to change notification settings - Fork 24
Version Committer information #1304
Comments
There's a batch user in the external files conversion service https://github.com/psu-stewardship/scholarsphere/blob/develop/app/services/external_files_conversion.rb#L12 |
The mysql command run on QA to transform the version comitters is here: https://gist.github.com/cam156/247cd07e02349db2c0ba9828ea319791 |
@Cam156 should this be done as a post-migration step? |
@awead I think the reason you are not seeing the version issue locally is this line: https://github.com/samvera/curation_concerns/blob/master/app/presenters/curation_concerns/version_presenter.rb#L24 There are two records and you are just happening to get the oldest one first. |
@Cam156 After running I think the easiest solution is to just delete the records with batch user in them. I looked at production and there are no records in the table with the batch user email. So we can assume that any ones created would come from the migration process and would be safe to ignore/remove. |
We should keep the old version committer information, vs creating new information.
The version committer information lives in the database. Does the IngestFile Job create a new version committer record. What happens to the old record?
child of #1128
The text was updated successfully, but these errors were encountered: