dolibarr/htdocs/install/mysql
Laurent Destailleur e68f861923 New: Add more test and enhancement to make new calcul_price function
more reliable. We need to add more PHPUnit test case on this function
(testcase using localtax1 and localtax2).
2012-09-11 01:09:34 +02:00
..
data New: Add more test and enhancement to make new calcul_price function 2012-09-11 01:09:34 +02:00
functions Fix: remove obsolete tags 2011-08-27 19:15:14 +00:00
migration Fix: use MODIFY instead CHANGE for just change the type of field 2012-09-10 13:25:34 +02:00
tables Fix: use MODIFY instead CHANGE for just change the type of field 2012-09-10 13:25:34 +02: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.