103104105106107108109110111
} @ConsoleCommand(description = "Migrates graph from OMVRBTree to ORidBag") public void upgradeGraph() { OGraphMigration migration = new OGraphMigration(getCurrentDatabase(), this); migration.execute(); message("Graph has been upgraded."); } }