Matt,
This caught my eye as a weird one. I think you’ve uncovered a bug. Here’s my theory:
The backend/app/model/enumeration.rb tries to update the system_mtime as part of the merge:
https://github.com/archivesspace/archivesspace/blob/v4.1.1/backend/app/model/enumeration.rb#L64
https://github.com/archivesspace/archivesspace/blob/v4.1.1/backend/app/model/enumeration.rb#L69
But the rights_restriction_type table (which references that enumeration) does not have that column (I checked). If I’m right, the solution is either to add that column to that table, or, the code would have to first check whether that column exists before trying to update it, with some graceful logic if not.
-Valerie
--
You received this message because you are subscribed to the Google Groups "Archivesspace_Users_Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
Archivesspace_User...@lyrasislists.org.
To view this discussion visit
https://groups.google.com/a/lyrasislists.org/d/msgid/Archivesspace_Users_Group/CA%2BTambdkhYri3wAxX7Em2thus_HS2XjH205K3-tFqTDYQEnZTw%40mail.gmail.com.
(Adding: this is reproducible in the AS Sandbox)