2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/install/mysql
noec764 cff91b03d2 FIX: SQL query too heavy (#34250)
* FIX: Too heavy sql query

* FIX: Add index in user table and update SQL for user::fetchall()

* FIX: Add also index on llx_user on migrate

---------

Co-authored-by: Noé <noe@scopen.fr>
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2025-08-02 00:42:03 +02:00
..
2025-08-02 00:42:03 +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.