Thanks, this worked, only i had to manualy edit database_version.php to say
<?php
/*
* ITFlow
* This file defines the current "latest" database version
* It is used in conjunction with database_updates.php
*/
DEFINE("LATEST_DATABASE_VERSION", "2.1.3");
After updating multiple times it worked!