mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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
|
||
|---|---|---|
| .. | ||
| doctemplates | ||
| lib | ||
| medias | ||
| mssql | ||
| mysql | ||
| pgsql | ||
| sqlite3/functions | ||
| .gitignore | ||
| check.php | ||
| default.css | ||
| fileconf.php | ||
| inc.php | ||
| index.php | ||
| install.forced.sample.php | ||
| phpinfo.php | ||
| repair.php | ||
| robots.txt | ||
| step1.php | ||
| step2.php | ||
| step4.php | ||
| step5.php | ||
| upgrade.php | ||
| upgrade2.php | ||