1.50.0 - Asta7 Core
Tasks:
https://stiftelsenasta.atlassian.net/browse/AAM-1151
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
Â