refactor(DB): Handle SQL files in a new way (#11494)
* refactor(DB): Handle SQL files in a new way * remove proof that it works files * Update rev_1650721405699287200.sql * Update rev_1650721339143444200.sql * Update rev_1650721386624384400.sql * fix build * fix
This commit is contained in:
parent
59e45c251e
commit
026941c39e
13 changed files with 12 additions and 103 deletions
|
|
@ -478,7 +478,6 @@ bool StartDB()
|
|||
WorldDatabase.Execute("UPDATE version SET core_version = '{}', core_revision = '{}'", GitRevision::GetFullVersion(), GitRevision::GetHash()); // One-time query
|
||||
|
||||
sWorld->LoadDBVersion();
|
||||
sWorld->LoadDBRevision();
|
||||
|
||||
LOG_INFO("server.loading", "> Version DB world: {}", sWorld->GetDBVersion());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue