fix non-default value of data-field in tasks-table (thx to an error-report), set version to 0.9.32-rc1 for upcoming release candidate
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -2716,3 +2716,14 @@ if (isFroxlorVersion('0.9.32-dev5')) {
|
||||
|
||||
updateToVersion('0.9.32-dev6');
|
||||
}
|
||||
|
||||
if (isFroxlorVersion('0.9.32-dev6')) {
|
||||
|
||||
showUpdateStep("Updating from 0.9.32-dev6 to 0.9.32-rc1", false);
|
||||
|
||||
showUpdateStep("Enhancing tasks-table");
|
||||
Database::query("ALTER `".TABLE_PANEL_TASKS."` MODIFY `data` text NOT NULL default ''");
|
||||
lastStepStatus(0);
|
||||
|
||||
updateToVersion('0.9.32-rc1');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user