• last updated 10 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixes for Oracle 19c: quick port of missing tables in acs-mail-lite from PostgreSQL

This is q quick port of the table available from PostgreSQL, which

assures that a new instance of OpenACS on Oracle can run without

spitting out frequent error messages. In essence, the sequence

handling was adjusted, and datatype "text" was replaced by

"varchar(4000)" and in one case by "clob". Probably, some of the

lengths and the update operations have to be adjusted.

    • -1
    • +349
    ./oracle/acs-mail-lite-create.sql
Index acs_mail_lite_queue(package_id)

    • -0
    • +2
    ./postgresql/upgrade/upgrade-5.10.0d11-5.10.0d12.sql
  1. … 1 more file in changeset.
Fix typo in description

    • -1
    • +1
    ./postgresql/upgrade/upgrade-5.10.0d9-5.10.0d10.sql
Drop duplicate index 'acs_mail_lite_from_external_aml_email_id_idx'. Postgres creates automatically indexes for unique constraints and primary keys, this index duplicates 'acs_mail_lite_from_external_pkey'

    • -0
    • +8
    ./postgresql/upgrade/upgrade-5.10.0d10-5.10.0d11.sql
  1. … 1 more file in changeset.
Whitespace changes

    • -64
    • +64
    ./postgresql/acs-mail-lite-create.sql
Drop duplicate index 'acs_mail_lite_send_msg_id_map_msg_id_idx'. Postgres creates automatically indexes for unique constraints and primary keys, this index duplicates 'acs_mail_lite_send_msg_id_map_pkey'

    • -0
    • +8
    ./postgresql/upgrade/upgrade-5.10.0d9-5.10.0d10.sql
  1. … 1 more file in changeset.
improve spelling

    • -1
    • +1
    ./postgresql/upgrade/upgrade-5.10.0d1-5.10.0d2.sql
  1. … 8 more files in changeset.