All Downloads are FREE. Search and download functionalities are using the official Maven repository.

systems.dmx.base.migrations.Migration2 Maven / Gradle / Ivy

There is a newer version: 5.3.4
Show newest version
package systems.dmx.base.migrations;

import systems.dmx.core.service.Migration;



/**
 * Adds assoc type "User Mailbox".
 *
 * Part of DMX 5.2
 * Runs only in UPDATE mode.
 */
public class Migration2 extends Migration {

    @Override
    public void run() {
        dmx.createAssocType(mf.newAssocTypeModel("dmx.base.user_mailbox", "User Mailbox", "dmx.core.text"));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy