dolibarr/htdocs/install/mysql
daraelmin 9a151ebe2c
FIX v18 SQL error in llx_c_forme_juridique.sql when installing
insert into llx_c_forme_juridique (fk_pays, code, libelle) values (0, ‹ 0 ›,‹ - ›);

 And

insert into llx_c_forme_juridique (fk_pays, code, libelle) values (1,‹ 00 ›,‹ Organisme de placement collectif en valeurs mobilières sans personnalité morale ›);

throws an error as the column 'code' is integer not varchar and value must be unique

see : https://www.dolibarr.fr/forum/t/nouvelle-instalation-forme-juridiques-des-tiers-pratiquement-vide/44489/4
2023-12-05 08:19:28 +01:00
..
data FIX v18 SQL error in llx_c_forme_juridique.sql when installing 2023-12-05 08:19:28 +01:00
functions
migration FIX #25793 V18.0.1 : Cannot add time spent (#26405) 2023-10-31 12:00:55 +01:00
tables FIX upload of files src_object_type 2023-10-31 11:52:31 +01:00
README

# README
########

This directory contains:

data:      A directory with SQL script to add Dolibarr initial data.
migration: A directory with SQL script to migrate Dolibarr database from 
           one version to another version.
tables:    A directory with all files with create tables and index orders.