forked from osiam/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Migration
David Moebius edited this page Feb 17, 2014
·
4 revisions
- All rows and their relations in
scim_extension_field_valuewith emptyvaluecolumn will be deleted - Add indices to all multivalueattributes (
scim_email, ...) andscim_extension_field_value
Run migration script -> be aware of running against productive system without testing
-
RoleEntityandX509CertificateEntity- 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);