Updating module, deletes product template account_category field value
The register method always renames the account_category field:
if table.column_exist('account_category'):
table.column_rename('account_category', 'accounts_category')
...and then creates a new account_category field with empty values.
It should only rename when type of the field is boolean