mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 21:57:44 +00:00
dbm init runs migrations now
This commit is contained in:
parent
b558b45b04
commit
cb107bd3b1
1 changed files with 4 additions and 1 deletions
|
@ -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 )
|
||||||
|
|
Loading…
Add table
Reference in a new issue