Dear all, I only happened to notice this in our database very recently as part of our DSpace 7 testing: when running the following query:
// DSpace 5 select * from resourcepolicy where resource_id is null; // DSpace 7 select * from resourcepolicy where dspace_object is null; we have more than 30k rows with null values for all columns in the resourcepolicy table. I thought this was maybe something from the migration to dspace 7 from our dspace5 instance but no, it something that has been there for a long time now. The only thing I could find out giving any hints is https://github.com/DSpace/DSpace/blob/a9edca7f55e297afdac8835de31114a2ad911a22/dspace-api/src/main/java/org/dspace/content/ItemServiceImpl.java#L1042 where there is a comment about this issue. Were people aware of this? Is this going to be fixed soon? Best, Agustina -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/fe024535-2811-4385-848a-0158d4ff7514n%40googlegroups.com.
