Hi, in priorities.install a small typo was introduced in priorities_update_62013. It should be:
function priorities_update_6213() {
instead of:

function priorities_update_62013() {
At this stage, it should be noted that the next update (for example 6214) will need to be run manually otherwise the system won't find it as its number (6213) is less than the actual one (62013) stored in the database (field schema_version in table system). Regards.

Comments

gibus’s picture

OK in 6.x-2.19.

Additionnally, when version is wrongly set to 62013 instead of 6213, smallint column schema_version in system table is actually 32767 and all updates are run again. Therefore, I've added checks in order to do nothing if updates 6200 to 6213 have already been run. After this the update version is correctly set to 6213, and subsequent updates will be run as usual.

gibus’s picture

Status: Active » Fixed
ec’s picture

thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.