Back

getCurrentMigrationVersion()

Returns current database version. Whilst you can use this in your application, the recommended useage is via either the CLI or the provided GUI interface

Name Type Required Default Description
// Get current database version
currentVersion = application.wheels.migrator.getCurrentMigrationVersion();
Copied!