Files
dolibarr/htdocs/install/mysql
BENKE Charlene 950c0c2183 Create llx_element_categorie.sql
The goal of table llx_element_categorie is to replace all tables llx_categories_xxx (with one table).
the llx_element_tag table initially intended for this does not have the correct nomenclature to express its real use (and was used for other things before)
more informations here : https://github.com/Dolibarr/dolibarr/pull/21192
2022-06-20 09:15:19 +02:00
..
2022-06-20 02:10:27 +02:00
2022-06-20 09:15:19 +02: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.