Index: openacs-4/packages/notifications/sql/postgresql/upgrade/upgrade-5.10.0d6-5.10.0d7.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/sql/postgresql/upgrade/Attic/upgrade-5.10.0d6-5.10.0d7.sql,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/notifications/sql/postgresql/upgrade/upgrade-5.10.0d6-5.10.0d7.sql 6 Nov 2020 15:51:01 -0000 1.1.2.1 +++ openacs-4/packages/notifications/sql/postgresql/upgrade/upgrade-5.10.0d6-5.10.0d7.sql 6 Nov 2020 15:52:50 -0000 1.1.2.2 @@ -5,4 +5,4 @@ from acs_objects o left join notification_requests r on r.request_id = o.object_id where object_type = 'notification_request' - and r.request_id is null + and r.request_id is null;