other stuff
This commit is contained in:
@@ -3416,7 +3416,6 @@ if (isFroxlorVersion('0.9.37-rc1')) {
|
||||
updateToVersion('0.9.37');
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
if (isDatabaseVersion('201607210')) {
|
||||
|
||||
showUpdateStep("Adding new settings for customer shell option");
|
||||
@@ -3503,7 +3502,7 @@ if (isDatabaseVersion('201609240')) {
|
||||
updateToDbVersion('201610070');
|
||||
}
|
||||
|
||||
if (isFroxlorVersion('0.9.37')) {
|
||||
if (isFroxlorVersion('0.9.37-greylist2')) {
|
||||
|
||||
showUpdateStep("Updating from 0.9.37 to 0.9.38-rc1", false);
|
||||
updateToVersion('0.9.38-rc1');
|
||||
@@ -3552,6 +3551,7 @@ if (isFroxlorVersion('0.9.38.3')) {
|
||||
|
||||
showUpdateStep("Updating from 0.9.38.3 to 0.9.38.4", false);
|
||||
updateToVersion('0.9.38.4');
|
||||
}
|
||||
if(isFroxlorVersion('0.9.37')) {
|
||||
showUpdateStep("Adding Database column for greylisting",false);
|
||||
Database::query("ALTER TABLE `".TABLE_MAIL_VIRTUAL."` ADD COLUMN IF NOT EXISTS disablegreylist TINYINT(1) DEFAULT 0");
|
||||
|
||||
Reference in New Issue
Block a user