1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 17:57:47 +00:00

dbm init runs migrations now

This commit is contained in:
NotAdam 2019-07-06 14:47:23 +10:00
parent 8542862d4d
commit 9039ceba1f

View file

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