dolibarr/htdocs/install/mysql
eldy 47bb2171e0 Fix: Fix a serious database default. Table llx_product_fournisseur was
linked with llx_product_fournisseur_price with a link 1-1 so was
useless. I removed it. This reduce a lot of sophisticated code and will
make import of prices easier. This also increase speed.
2011-10-04 01:26:07 +02:00
..
data Fix: remove obsolete tags 2011-08-27 19:15:14 +00:00
functions Fix: remove obsolete tags 2011-08-27 19:15:14 +00:00
migration Fix: Fix a serious database default. Table llx_product_fournisseur was 2011-10-04 01:26:07 +02:00
tables Fix: Fix a serious database default. Table llx_product_fournisseur was 2011-10-04 01:26:07 +02: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.