Tasks:
- AAM-1151Getting issue details... STATUS
SQL Fixes:
For AAM-1151 issue need to perform these SQL fixes:
alter table organization add if not exists code varchar; update organization set code = replace(upper(name), ' ', '_') where code is null; alter table organization alter column code set not null; create unique index if not exists organization_code_uindex on organization (code);
How to upgrade:
Upgrade to 1.50
Go to the asta7 directory and run the following script