-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the islandora_version_count table used for? #1528
Comments
Ohhhhh waaaaay back (yes kids, there was a time before COVID-19) that was going to be how we enforced write order to Fedora. To ensure that in the case of two instantaneous edits we didn't end up with the wrong state in Fedora compared to Drupal we would check that the counter of the new write was one more than the counter of the current document. It may not be needed anymore but we haven't done a lot of multi-edit testing and depending on how asynchronous your Fedora is this could still be an issue. |
Ah. Thanks for the background. |
Should I just close this? |
🤷 |
Burn it with 🔥? We didn't implement it... and may very well never... |
Resolved with Islandora/islandora@0097808 |
islandora.install creates the db table
islandora_version_count
, which is annotated as 'Keeps track of the number of changes to an entity'. However, grepping through the contrib modules directory only reveals a single use of 'islandora_version_count', in the .install file, and creating a new revision of a node doesn't add anything to the table. Is this still in use, and if so, what populates it?The text was updated successfully, but these errors were encountered: