/
1.50.0 - Asta7 Core

1.50.0 - Asta7 Core

Tasks:

https://stiftelsenasta.atlassian.net/browse/AAM-1151

SQL Fixes:

  1. 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:

  1. Upgrade to 1.50

  2. Go to the asta7 directory and run the following script

 

Related content

1.51.0, 1.51.1 - Asta7 Core
1.51.0, 1.51.1 - Asta7 Core
More like this
1.52.0 - Asta7 Core
1.52.0 - Asta7 Core
More like this
1.49.0 - Asta7 Core
1.49.0 - Asta7 Core
Read with this
1.47.0 - Asta7 Core
1.47.0 - Asta7 Core
More like this
1.53.0, 1.53.1 - Asta7 Core
1.53.0, 1.53.1 - Asta7 Core
Read with this
1.56.0/1/2 - Asta 7 Core
1.56.0/1/2 - Asta 7 Core
More like this