• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implemented a safe way to delete constraints, as these constraints didn't exist. It's most likely got to do with the PG upgrade from 7.2 to 7.3 not recording constraints properly. This is a workaround, not a fix. See bug #1294.

Untabify

fix inconsistency between notifications-replies-extra-create and upgrade scripts, hopefully this finally fixed 1231

  1. … 2 more files in changeset.
no need to drop table if you are just changing a constraint.

  1. … 1 more file in changeset.
the upgrade failed because notification_user_map constraint notif_user_map_notif_id_fk needed the pk on notifications_bak, now drops it and recreates it after the table is reloaded

making notifications cascade when acs objects are deleted, see bug 260

  1. … 3 more files in changeset.