• last updated 15 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add missing semicolon

    • -1
    • +1
    ./postgresql/upgrade/upgrade-5.10.0d6-5.10.0d7.sql
Solve a potential issue when one would cleanup "dynamic" notification requests: this was done directly on the table and could therefore leave dangling acs_objects around

- cleanup all acs_objects of type 'notification_request' that do not have a corresponding entry in the table (~35000 downstream)

- embed logic of delete_dynamic_requests query inside select_invalid_request_ids query, as there the deletion is done properly

    • -0
    • +8
    ./postgresql/upgrade/upgrade-5.10.0d6-5.10.0d7.sql
  1. … 3 more files in changeset.
Added index on foreign key columns

    • -2
    • +3
    ./oracle/notifications-core-create.sql
    • -1
    • +3
    ./postgresql/notifications-core-create.sql
    • -0
    • +5
    ./postgresql/upgrade/upgrade-5.10.0d4-5.10.0d5.sql
  1. … 1 more file in changeset.