defuze.me
Client
|
Public Member Functions | |
MigrationEngine (DBCore &dbCore) | |
bool | migrate (int from, int to) |
Run all migration from the first to the second. | |
bool | migrate (int to) |
Run all migration from the actual to the given one. | |
bool | migrate () |
Run all migration from the actual to the end. | |
bool | undo () |
Undo all migration from the actual to the begining. | |
int | migrationsCount () |
Get the number of available migrations. |
Definition at line 70 of file migration.hpp.