|
@@ -1077,7 +1077,7 @@ void Sql_UpgradesChecker(Sql *sql_handle, e_sql_database schema) {
|
|
std::string mode = "Renewal";
|
|
std::string mode = "Renewal";
|
|
#else
|
|
#else
|
|
uint8 compiledMode = MODE_PRERENEWAL;
|
|
uint8 compiledMode = MODE_PRERENEWAL;
|
|
- std::string mode = "Prerenewal"
|
|
|
|
|
|
+ std::string mode = "Prerenewal";
|
|
#endif
|
|
#endif
|
|
|
|
|
|
if (compiledMode != update->mode) {
|
|
if (compiledMode != update->mode) {
|