upgrade abstract method

Future upgrade()

Method invoked to upgrade a database to this migration version.

Subclasses will override this method and invoke methods on database to upgrade the database represented by store.

Implementation

Future upgrade();