ODVersionMigration class
under construction
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This class is used to manage data migration between Open Ticket versions.
It shouldn't be used by plugins because this is an internal API feature!
Properties
version
class ➜ api.ODVersion
The version to migrate data to
Methods
constructor()
function ➜ api.ODVersionMigration
(no description)
View Parameters (3)
version
: class ➜api.ODVersion
- Parameter Description Lorem Ipsum.func
: function ➜() => void|Promise
- Parameter Description Lorem Ipsum.afterInitFunc
: function ➜() => void|Promise
- Parameter Description Lorem Ipsum.
migrate()
function ➜ Promise
Run this version migration as a plugin. Returns false
when something goes wrong.
migrateAfterInit()
function ➜ Promise
Run this version migration as a plugin (after other plugins have loaded). Returns false
when something goes wrong.
Defaults
under construction
We're still working on this part of the documentation!
Examples
under construction
We're still working on this part of the documentation!