dolibarr/htdocs/install/mysql
Laurent Destailleur 4bbe02c209
Merge pull request #17223 from atm-gauthier/fix_migration_script
FIX : UPDATE query must not use alias for postgres compatibility
2021-04-13 15:37:42 +02:00
..
data Add comment 2021-04-13 10:18:23 +02:00
functions Remove one thousand of useless files 2021-04-12 15:57:16 +02:00
migration Merge pull request #17223 from atm-gauthier/fix_migration_script 2021-04-13 15:37:42 +02:00
tables Prepare table for future enhancement 2021-04-13 11:38:37 +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.