liarsdice::database::FileMigration class

Load migration from file.

Base classes

class Migration
Represents a database migration.

Constructors, destructors, conversion operators

FileMigration(int version, const boost::filesystem::path& up_file, const boost::filesystem::path& down_file = boost::filesystem::path())