Error while adding client in 1.5.5

Added a ticket for this: https://development.invoiceplane.com/browse/IP-610 :ip_blocker:

Hotfix
Run the following SQL statement on your database:

ALTER TABLE `ip_users`
  ADD `user_all_clients` INT(1) NOT NULL DEFAULT 0
  AFTER `user_psalt`;
3 Likes