Migrator
getCurrentMigrationVersion()
Signature
Section titled “Signature”getCurrentMigrationVersion() — returns string
Available in: migrator
Category: General Functions
Description
Section titled “Description”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
Examples
Section titled “Examples”// Get current database version
currentVersion = application.wheels.migrator.getCurrentMigrationVersion();