Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

v1.1.0 automatically converts validity timestamps to and from the browser's detected timezone. However, administrators should be aware that existing records may not be the exact time expected, and may wish to update them accordingly.

COU Changelog Enabled

v1.1.0 enables Changelog Behavior for COUs. As a result of this change, a unique constraint has been removed for the database schema. However, the schema update process may not correctly remove this constraint, and so it may need to be removed manually.

Code Block
languagesql
titlePostgres Example
alter table cm_cous drop constraint cm_cous_co_id_key;