dolibarr/htdocs/install/mysql
fhenry c3ced863c1 Fix installation error Erreur SQL : DB_ERROR_SYNTAX - insert into
llx_c_actioncomm (id, code, type, libelle, module, active, position)
values ( 5, 'AC_RDV', 'system', 'Rendez-vous' ,NULL, ,1 1); - You have
an error in your SQL syntax; check the manual that corresponds to your
MySQL server version for the right syntax to use near '1 1)' at line 1
2012-11-29 17:59:28 +01:00
..
data Fix installation error Erreur SQL : DB_ERROR_SYNTAX - insert into 2012-11-29 17:59:28 +01:00
functions Fix: remove obsolete tags 2011-08-27 19:15:14 +00:00
migration New: Add option to be able to select onto automatic event and manual 2012-11-28 14:47:30 +01:00
tables Fix: increase field size for GB sort code (xx-xx-xx) 2012-11-20 12:43:00 +01:00
README Move mysql/pgsql/mssql dir into install directory. 2009-10-07 18:17:55 +00:00

# 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.