dolibarr/htdocs/install/mysql
Alexandre Janniaux b02742ebe1
FIX #32178: repair.php: fix missing 'as' with Postgres (#32179)
Fix the following SQL error when executing the repair script on 19.0.x
and above.

        Error DB_ERROR_SYNTAX (Req 159): create table tmp_bank_url_expense_user (select e.fk_user_author, bu2.fk_bank from llx_expensereport as e, llx_bank_url as bu2 where bu2.url_id = e.rowid and bu2.type = 'payment_expensereport');
        ERROR: 42601: syntax error at or near "select" LINE 1: create table tmp_bank_url_expense_user (select e.fk_user_aut... ^ LOCATION: scanner_yyerror, scan.l:1145
2024-12-01 23:03:08 +01:00
..
data Update tva for Greece (#29849) 2024-06-09 03:19:11 +02:00
functions Remove one thousand of useless files 2021-04-12 15:57:16 +02:00
migration FIX #32178: repair.php: fix missing 'as' with Postgres (#32179) 2024-12-01 23:03:08 +01:00
tables FIX postgresql error (#28542) 2024-03-01 12:38:06 +01: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.