Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
Skyfire::Database::SetupOptions Struct Reference

#include <DatabaseSetup.h>

Public Attributes

bool AllowUpdateHashMismatch = false
bool AutoBaseline = false
bool AutoCreate = false
bool AutoSetup = false
std::string BaseFileName
std::string Domain
std::string ExternalBaseFile
bool ImportPendingUpdates = false
std::string PendingUpdatesDirectory
std::vector< std::string > RequiredBaseFileNames
std::string SqlPath
std::string UpdatesDirectory

Detailed Description

Definition at line 22 of file DatabaseSetup.h.

Member Data Documentation

◆ AllowUpdateHashMismatch

bool Skyfire::Database::SetupOptions::AllowUpdateHashMismatch = false

Definition at line 27 of file DatabaseSetup.h.

Referenced by Skyfire::Database::BuildDatabaseSetupPlan().

◆ AutoBaseline

◆ AutoCreate

◆ AutoSetup

◆ BaseFileName

std::string Skyfire::Database::SetupOptions::BaseFileName

◆ Domain

◆ ExternalBaseFile

std::string Skyfire::Database::SetupOptions::ExternalBaseFile

◆ ImportPendingUpdates

bool Skyfire::Database::SetupOptions::ImportPendingUpdates = false

Definition at line 28 of file DatabaseSetup.h.

Referenced by Skyfire::Database::DiscoverSqlUpdates().

◆ PendingUpdatesDirectory

◆ RequiredBaseFileNames

std::vector<std::string> Skyfire::Database::SetupOptions::RequiredBaseFileNames

Definition at line 33 of file DatabaseSetup.h.

Referenced by Skyfire::Database::MakeWorldDatabaseSetupOptions().

◆ SqlPath

◆ UpdatesDirectory


The documentation for this struct was generated from the following file: