FileMigration class
#include <liarsdice/database/migration.hpp>
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())