public class Migration4 extends Migration
Part of DM 4.8
Note: when UPDATEing to 4.8 the "Administration" workspace is created in migration 12. ---------- Originally this migration created the "admin" user account (part of DM 4.5). Run mode was CLEAN_INSTALL as well.
Now the "admin" user account is created in migration 10. At this moment both must exist, the "Login enabled" config topic type (created in migration 9 as of DM 4.7), and the "Administration" workspace (created here).
Note: when UPDATEing to 4.5 the "admin" user account already exists. It was created via postInstall() hook (which is obsolete in 4.5)
Modifier and Type | Field and Description |
---|---|
private AccessControlService |
acService |
private WorkspacesService |
wsService |
Constructor and Description |
---|
Migration4() |
Modifier and Type | Method and Description |
---|---|
void |
run() |
setAssocTypeViewConfigValue, setCoreService, setTopicTypeViewConfigValue
private AccessControlService acService
private WorkspacesService wsService
public Migration4()
Copyright © 2018. All Rights Reserved.