Class Overview
Remove query column from REINDEX_TABLE
The reindex-request table was backported to 6.3.8 to allow for downgrade tasks. Unfortunately in the interim the
schema definition was changed. This was noticed and backported to 6.3.13. However anyone who has either upgraded to
6.3.8-6.3.12 or installed fresh instances of those versions will get errors in the log when upgrading to 6.3.13+
Normally we would simply re-add the column to entitymodel.xml, but it was never actually used and my OCD prevents me
from adding to the pile of deprecations for no good reason., .
Public Constructors
@Inject
public
UpgradeTask_Build70108
(EntityEngine entityEngine)
Public Methods
public
void
doUpgrade
(boolean setupMode)
public
String
getBuildNumber
()
public
String
getShortDescription
()
public
boolean
isDowngradeTaskRequired
()