Forum OpenACS Development: Re: 'content_revision__del' not removing acs_permissions

Thanks Gustav,

the 'delete cascade' constraint of the acs_permissions table is indeed missing.
Among other techniques I used FishEye [1] to find the related update script for the change you referred me to, but I wasn't able to find it.

Cheers
Klaus

[1] http://cvs.openacs.org/search/OpenACS/?comment=&contents=&addedText=&deletedText=&filename=*upgrade-*&branch=oacs-5-9&tag=&fromdate=2005-02-25T00%3A00%3A00&todate=2005-03-01T00%3A00%3A00&datesortorder=DESCENDING&groupby=changeset&col=path&col=revision&col=author&col=date&col=csid&refresh=y

At the time, the "on delete cascade" was added to acs_permissions, as it looks to me, don did not provide an upgrade script. There was as well a non-conforming naming of of the constraints "...on_what_id" vs. "...object_id", which was consolidated by [1] also for old installations.

-gn

[1] http://cvs.openacs.org/changelog/OpenACS?cs=oacs-5-9%3Agustafn%3A20151231140020

Thanks so much for the clarification and for takin' the time looking into this.