Hi. Can upgradeTableDb could be used to just upgrade DB content, not DB structure ?
if ($from_version <= '2007040042')
{
self::applyDbUpgradeToAllDB("UPDATE DBPREFIX_markers SET location = 'weather_cold_0' WHERE location = 'cold_0'");
}
I just wanted to change the name of the location of some markers (''cold_0' is an ID of HTML element, it's new name is 'weather_cold_0')
My upgradeTableDb does nothing, why ?
Thansk for help.
(I'm on alpha phase)
if ($from_version <= '2007040042')
{
self::applyDbUpgradeToAllDB("UPDATE DBPREFIX_markers SET location = 'weather_cold_0' WHERE location = 'cold_0'");
}
I just wanted to change the name of the location of some markers (''cold_0' is an ID of HTML element, it's new name is 'weather_cold_0')
My upgradeTableDb does nothing, why ?
Thansk for help.
(I'm on alpha phase)