• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove complex-send as agreed in TIP#127

    • -36
    • +0
    ./postgresql/upgrade/upgrade-5.4.0d1-5.4.0d2.sql
  1. … 11 more files in changeset.
Fixed oracle syntax - add doesn't allow "column", unlike PG

Forgot to rename a column in my previous commit

Upgrade scripts and fix datamodel consistency

    • -17
    • +27
    ./oracle/acs-mail-lite-create.sql
    • -0
    • +29
    ./oracle/upgrade/upgrade-5.4.0d2-5.4.0d3.sql
    • -15
    • +23
    ./postgresql/acs-mail-lite-create.sql
    • -0
    • +24
    ./postgresql/upgrade/upgrade-5.4.0d2-5.4.0d3.sql
  1. … 3 more files in changeset.
Join upgrade scripts into one with correct

version number.

    • -8
    • +0
    ./oracle/upgrade/upgrade-1.0b6-1.0b7.sql
    • -43
    • +0
    ./oracle/upgrade/upgrade-1.3b7-1.3b8.sql
    • -5
    • +0
    ./oracle/upgrade/upgrade-1.3b8-1.3b9.sql
    • -1
    • +0
    ./oracle/upgrade/upgrade-1.3b9-1.3b10.sql
    • -0
    • +59
    ./oracle/upgrade/upgrade-5.4.0d1-5.4.0d2.sql
    • -0
    • +51
    ./postgresql/upgrade/upgrade-5.4.0d1-5.4.0d2.sql
Move complex stuff to separated scripts

    • -0
    • +47
    ./oracle/complex-create.sql
    • -0
    • +9
    ./oracle/complex-drop.sql
    • -33
    • +2
    ./postgresql/acs-mail-lite-create.sql
    • -0
    • +39
    ./postgresql/complex-create.sql
    • -0
    • +9
    ./postgresql/complex-drop.sql
Fixing Oracle

    • -11
    • +11
    ./oracle/acs-mail-lite-create.sql
    • -2
    • +2
    ./oracle/upgrade/upgrade-1.0b6-1.0b7.sql
    • -1
    • +1
    ./oracle/upgrade/upgrade-1.3b8-1.3b9.sql
    • -1
    • +1
    ./oracle/upgrade/upgrade-1.3b9-1.3b10.sql
Cleaning up. Removed the code for prefix handling as it does not work. Changed Oracle scripts and make them look nicer.

    • -35
    • +38
    ./oracle/acs-mail-lite-create.sql
    • -7
    • +0
    ./oracle/upgrade/upgrade-1.3b5-1.3b6.sql
    • -32
    • +37
    ./oracle/upgrade/upgrade-1.3b7-1.3b8.sql
    • -1
    • +1
    ./oracle/upgrade/upgrade-1.3b9-1.3b10.sql
    • -36
    • +31
    ./postgresql/acs-mail-lite-create.sql
  1. … 7 more files in changeset.
Someone forgot to add this upgrade to the Oracle version

    • -0
    • +1
    ./oracle/upgrade/upgrade-1.3b9-1.3b10.sql
Added support for reply_to address

    • -0
    • +1
    ./postgresql/upgrade/upgrade-1.3b9-1.3b10.sql
  1. … 5 more files in changeset.
Added oracle scripts, continued with the move from user_id to party_id

    • -0
    • +8
    ./oracle/upgrade/upgrade-1.0b6-1.0b7.sql
    • -0
    • +7
    ./oracle/upgrade/upgrade-1.3b5-1.3b6.sql
    • -0
    • +38
    ./oracle/upgrade/upgrade-1.3b7-1.3b8.sql
    • -0
    • +5
    ./oracle/upgrade/upgrade-1.3b8-1.3b9.sql
    • -0
    • +5
    ./postgresql/upgrade/upgrade-1.3b8-1.3b9.sql
  1. … 3 more files in changeset.
Added creation of the acs_mail_lite_complex_queue table

    • -2
    • +32
    ./postgresql/acs-mail-lite-create.sql
Added complex_send queue and sweeper

    • -0
    • +38
    ./postgresql/upgrade/upgrade-1.3b7-1.3b8.sql
  1. … 4 more files in changeset.
Missing upgrade

    • -0
    • +7
    ./postgresql/upgrade/upgrade-1.3b5-1.3b6.sql
  1. … 1 more file in changeset.
Mails are send to parties, not to users. Therefore the logging and bouncing should belong to parties, not to users.

    • -0
    • +8
    ./postgresql/upgrade/upgrade-1.0b6-1.0b7.sql
  1. … 4 more files in changeset.
Added new table which make the callback work for mail tracking lite

  1. … 2 more files in changeset.
fixing alter table syntax for Oracle; this fix committed initially on the 5.1 branch

    • -2
    • +2
    ./oracle/upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql
fixing alter table syntax for Oracle

    • -2
    • +2
    ./oracle/upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql
Approved Dirk's changes (thanks a lot) and put them into the upgrade scripts as well. I did not test the upgrade, maybe someone with a running Oracle installation can do.

    • -3
    • +4
    ./oracle/upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql
Fixed the create table statements, so that the tables are being created under Oracle. Not sure about the semantics, needs to be double-checked by Malte (see #1393)

Changed type text to clob or varchar(400) for the to_addr.

New Version of Acs-Mail-Lite with support for bounce management

    • -0
    • +36
    ./oracle/upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql
  1. … 6 more files in changeset.
Upgrade files for postgres for the new version of acs-mail-lite.

    • -3
    • +40
    ./postgresql/acs-mail-lite-create.sql
    • -0
    • +36
    ./postgresql/upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql
first version of this simple mail queue

    • -0
    • +20
    ./oracle/acs-mail-lite-create.sql
    • -0
    • +9
    ./oracle/acs-mail-lite-drop.sql
    • -0
    • +20
    ./postgresql/acs-mail-lite-create.sql
    • -0
    • +9
    ./postgresql/acs-mail-lite-drop.sql
  1. … 5 more files in changeset.