• last updated 2 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.

    • -2
    • +30
    ./upgrade/upgrade-5.0.0a5-5.0.0a6.sql
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.

    • -42
    • +11
    ./upgrade/upgrade-5.0.0a5-5.0.0a6.sql
  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

use clobs for to_addr, headers, body; fix load_qmail_mail_queue.holdinsert query, fix upgrade script, make constriant names conform to standards. Fixes bug 1231

    • -2
    • +3
    ./notifications-replies-extra-create.sql
  1. … 3 more files in changeset.
making notifications cascade when acs objects are deleted, see bug 260

    • -0
    • +42
    ./upgrade/upgrade-5.0.0a5-5.0.0a6.sql
  1. … 2 more files in changeset.