1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-24 13:47:46 +00:00

dbm init runs migrations now

This commit is contained in:
NotAdam 2019-07-06 14:47:23 +10:00
parent b558b45b04
commit cb107bd3b1

View file

@ -239,7 +239,10 @@ bool DbManager::modeInit()
content1.erase( 0, pos_ + delimiter1.length() );
}
return true;
Logger::info( "======================================================" );
Logger::info( "Running migrations..." );
return modeMigrate();
}
bool promptForChar( const char* prompt, char& readch )