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.
where there is a comment about this issue.
Were people aware of this? Is this going to be fixed soon?
Best,
Agustina