# Functions
ExpectedVersion returns the expected db version.
GetCurrentDBVersion returns the current db version.
InitDB init db.
Migrate database to current version.
NewMigration creates a new migration.
UpdateInstallInfo update some init data about the admin interface and admin password.
# Interfaces
Migration describes on migration from lower version to high version.