Topic: Critical error in sql-files
Hi!
I've just encountered an critical error in the da_DK-*.sql files
The problem is in both files - en_US-*.sql seems to be ok:
In table 0_company the fields for custom field #3 have the wrong name:
mysql> desc 0_company;
+----------------------------+--------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+----------------------------+--------------+------+-----+---------+-------+
<cut>
| custom1_name | varchar(60) | NO | | | |
| custom2_name | varchar(60) | NO | | | |
| custom0_name | varchar(100) | YES | | NULL | |
| custom1_value | varchar(100) | NO | | | |
| custom2_value | varchar(100) | NO | | | |
| custom0_value | varchar(100) | YES | | NULL | |
<cut>
custom0_ should be changed to custom3_
Company-settings can not be updated due to this fault.