dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
4.0.3-001-user-identity.migration.php
Go to the documentation of this file.
1<?php
2
3return array(
4 'id' => 'core-4.0.3-user-identity',
5 'version' => '4.0.3',
6 'description' => 'Eindeutige Benutzer- und Gruppennamen sowie verbindliche Core-Gruppen.',
7 'affected_dd' => array(
8 'dbx|dbxUser',
9 'dbx|dbxUser_groups',
10 ),
11 'operations' => array(
12 array('type' => 'sync_dd', 'dd' => 'dbx|dbxUser'),
13 array('type' => 'sync_dd', 'dd' => 'dbx|dbxUser_groups'),
14 array('type' => 'seed_core'),
15 ),
16);