If this error message appears when updating i-doit, then you have to do the following:
You connect to the database via mysql -uroot -p
and select the tenant database with use idoit_data;
Then run the following command:
ALTER TABLE `isys_cats_person_list`
ADD isys_cats_person_list__disabled_login tinyint(1) UNSIGNED NULL DEFAULT 0;
Then run the update again. This should fix the error.
Comments
0 comments
Please sign in to leave a comment.