Méthode | Description | |
---|---|---|
DefaultMigrationRunner ( object config ) : System | ||
Install ( string moduleCode, System.Version version, List |
||
Uninstall ( string moduleCode, System.Version version, List |
Méthode | Description | |
---|---|---|
diff ( System.Version v1, System.Version v2, List |
return migrations that their version is greater than v1 and less than or equal to v2
|
|
extractMigrations ( List |
public DefaultMigrationRunner ( object config ) : System | ||
config | object | |
Résultat | System |
public Install ( string moduleCode, System.Version version, List |
||
moduleCode | string | |
version | System.Version | |
migrationContainers | List |
|
Résultat | bool |
public Uninstall ( string moduleCode, System.Version version, List |
||
moduleCode | string | |
version | System.Version | |
migrationContainers | List |
|
Résultat | bool |