Skip to content
David Moebius edited this page Feb 17, 2014 · 4 revisions

from 0.16 to 0.17

  • All rows and their relations in scim_extension_field_value with empty value column will be deleted
  • Add indices to all multivalueattributes (scim_email, ...) and scim_extension_field_value
    Run migration script -> be aware of running against productive system without testing

from 0.15.6 to 0.16

  • RoleEntity and X509CertificateEntity - now both have a Type field.
    PostgreSQL Database Migration:
    ALTER TABLE scim_certificate ADD COLUMN type character varying(255);
    ALTER TABLE scim_roles ADD COLUMN type character varying(255);

Clone this wiki locally