dolibarr/htdocs/install/mysql
Laurent Destailleur 45927cc986 Fix pb of links into state-region-country:
- no more rowid into insert sql requests
- link, so foerign key must be on fk_region->code_region
- label was not visible
- unique keys must be into file .key.sql
2014-08-17 17:47:25 +02:00
..
data Fix pb of links into state-region-country: 2014-08-17 17:47:25 +02:00
functions Removed index.php and replaced them with blank index.html as it is more appropriate 2014-07-12 23:18:57 +02:00
migration Fix pb of links into state-region-country: 2014-08-17 17:47:25 +02:00
tables Fix pb of links into state-region-country: 2014-08-17 17:47:25 +02:00
index.html Removed index.php and replaced them with blank index.html as it is more appropriate 2014-07-12 23:18:57 +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.