Skip to main content

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!

View Source

Properties


version class api.ODVersion

The version to migrate data to

View Source


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.

View Source


migrate() function Promise

Run this version migration as a plugin. Returns false when something goes wrong.

View Source


migrateAfterInit() function Promise

Run this version migration as a plugin (after other plugins have loaded). Returns false when something goes wrong.

View Source


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!